RPC HELP M Emulation Piece/Translate Example

From VistApedia
Revision as of 22:46, 5 July 2015 by Kdtop (talk | contribs) (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> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

M Emulation Examples

Piece Function

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

Translate Function

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