StringTable
Function - Selects the active string table resource.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
TABLE |
STRING |
|
|
|
|
|
COL |
STRING |
|
|
|
|
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Q |
BOOL |
FALSE, TRUE |
|
TRUE if OK. |
Remarks
- This function selects
a column of a valid String Table resource to become the active string table.
- The LoadString function always refers to the active string table.
- Arguments must:
- be constant string expressions.
- fit to a declared string table and a valid column name within this table.
- If there is only one
string table with only one column defined in the project, you do not need to
call this function.
- It is the default string table.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
OK := StringTable ('MyTable', 'FirstColumn");
See Also






