In this section, you will find a frequently used function for string editor. Please refer to the table below for the applicable function.
Command | Description | |
Function | StringTable | Gets string data from string table. |
StringTable | Gets string data from 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) |