Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.