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 Page History

« Previous Version 2 Next »

Type

Format

Description

Function

GetLength(Tag)

Returns the number of characters in a string tag.

Function

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

Gets string data from string table.

GetLength

Returns the number of characters in a string tag.

Function

n = GetLength (TAG)

Description

Returns the number of characters in a string tag. This includes spaces and special characters.

Example

“A” is the tag assigned to the object. “ENG” is the string tag: “Welcome”. The function returns the value 7.

A = GetLength(ENG);

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 1.

StrTag = StringTable (1, 1);

  • No labels