Versions Compared

Key

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

...

StringTable

Gets string data from the string table.

Function

n = StringTable (“Group Number”, “String number in a group”)

Description

Returns string data from a specified string group. A string tag must be used for the string data.

Example

Returns the 1st string data in group number 2.

StrTag = StringTable (2, 1)

...