Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

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)

  • No labels