Show Contents List

ADD_STRING Function

Defines a string by a unique number for use by other scripts.  This function is especially useful in multilingual applications.
Syntax
ADD_STRING(iStringNumber , sText)
Parameters

iStringNumber

The number to be assigned to the string

sText

The string text

 |
Return Value
None
Examples
See the STRING Function definition.
 
Show Contents List