Difference between revisions of "RPC HELP M Emulation Piece/Translate Example"
From VistApedia
(Created page with " RPC Broker Help Home <h2>M Emulation Examples</h2> <h3>Piece Function</h3> Piece3Str:=piece('123^456^789','^',3); <h3>Translate Function</h3> ...") |
(No difference)
|
Latest revision as of 22:46, 5 July 2015
M Emulation Examples
Piece Function
Piece3Str:=piece('123^456^789','^',3);
Translate Function
hiStr:=translate('HI','ABCDEFGHI','abcdefghi');