You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.
 

  • No labels