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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

M Emulation Functions

Example

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;