RPC HELP M Emulation Piece
From VistApedia
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;