RPC HELP M Emulation Piece
From VistApedia
Revision as of 22:45, 5 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>M Emulation Functions</h2> Example <h3>Piece Function</h3> The Piece function...")
M Emulation Functions
Piece Function
The Piece function is a scaled down Pascal version of M's $PIECE function. It is declared in MFUNSTR.PAS.
function Piece(x: string; del: string; piece: integer) : string;
Translate Function
The Translate function is a scaled down Pascal version of M's $TRANSLATE function. It is declared in MFUNSTR.PAS.
function Translate(passedString, identifier, associator: string): string;