RPC HELP Mult Subscript

From VistApedia
Revision as of 23:33, 3 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>Subscript Method</h2> Back Example <h3>Applies to</h3> [[RPC_H...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

Subscript Method

Back

Example

Applies to

TMult Class

Declaration

   function Subscript(const Position: longint): string;

Description

The Subscript method takes the numeric position of an item in a TMult variable and returns its string subscript. If TMult is empty, or the Position is greater than the number of items in the list, an empty string will be returned.

The Subscript and Position methods are the reciprocals of each other.

NOTE: See RPC Limits for information about the size of parameters and results that can be passed to and returned from the TMult class.