Defines a string by a unique number for use by other scripts. This function is especially useful in multilingual applications.
ADD_STRING(iStringNumber , sText)
iStringNumber | The number to be assigned to the string |
sText | The string text |
None
See the STRING Function definition.