String Operations
Standard Operators
Functions and Operators |
|
---|---|
Concatenation of strings. |
|
Copies elements of an SINT array to a STRING. |
|
Get the ASCII code of a character within a string. |
|
Converts string to integer using hexadecimal basis. |
|
Build a single character string. |
|
Concatenation of strings. |
|
CRC16 calculation. |
|
Delete characters in a string. |
|
Find characters in a string. |
|
Converts integer to string using hexadecimal basis. |
|
Insert characters in a string. |
|
Extract a part of a string on the left. |
|
Extract a part of a string. |
|
Get string length. |
|
Replace characters in a string. |
|
Extract a part of a string on the right. |
|
Copies characters of a STRING to an SINT array. |
Manage String Tables
These functions are for managing string tables as resources:
Function | Description |
---|---|
Load a string from the active string table. |
|
Select the active string table resource. |