Difference between revisions of "RPC HELP M Emulation Piece/Translate Example"

From VistApedia
Jump to: navigation, search
(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

RPC Broker Help Home

M Emulation Examples

Piece Function

   Piece3Str:=piece('123^456^789','^',3);

Translate Function

   hiStr:=translate('HI','ABCDEFGHI','abcdefghi');