RPC HELP M Emulation Piece

From VistApedia
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;