RPC HELP Mult Subscript
From VistApedia
Subscript Method
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.