RPC HELP M Emulation Piece/Translate Example
From VistApedia
M Emulation Examples
Piece Function
Piece3Str:=piece('123^456^789','^',3);
Translate Function
hiStr:=translate('HI','ABCDEFGHI','abcdefghi');
Piece3Str:=piece('123^456^789','^',3);
hiStr:=translate('HI','ABCDEFGHI','abcdefghi');