String Operations
Character Strings
Name |
Operator / Function |
---|---|
Copies elements of a SINT array to a STRING. |
|
Get the ASCII code of a character within a string. |
|
Converts a string to an integer using hexadecimal basis. |
|
Builds a single character string. |
|
Concatenate of strings. |
|
Calculates a CRC16 on the characters of a string. |
|
Delete characters in a string. |
|
Find the position of characters in a string. |
|
Converts and integer to a string using hexadecimal basis. |
|
Insert characters in a string. |
|
Extract characters of a string on the left. |
|
Extract characters of a string at any position. |
|
Get the number of characters in a string. |
|
Replace characters in a string. |
|
Extract characters of a string on the right. |
|
Copies the characters of a STRING to an array of SINT. |
Manage String Tables
These functions manage string tables as resources:
Name |
Description |
---|---|
Loads a string from the active string table. |
|
Selects the active string table resource. |