Difference between revisions of "RPC HELP M Emulation Piece"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home <h2>M Emulation Functions</h2> Example <h3>Piece Function</h3> The Piece function...")
 
(No difference)

Latest revision as of 22:45, 5 July 2015

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;