Text Operation functions can only be used in an Extended Script.
Decimal Text-To-Integer Conversion
21.11.11.1 Decimal Text-To-Integer Conversion
This function is used to convert decimal text to integers.
Hexadecimal Text-To-Integer Conversion
21.11.11.2 Hexadecimal Text-To-Integer Conversion
This function converts hexadecimal text to integers.
From Internal Device To Data Buffer
21.11.11.3 Internal Device To Data Buffer
The data of the string stored in the Internal Device is copied to the data buffer.
From Data Buffer to Internal Device
21.11.11.4 Data Buffer to Internal Device
The data of the string stored in the data buffer is copied to the Internal Device.
Status
21.11.11.5 Text Operation Error Status
Stores any error that has occurred.
Numeric Value Decimal String Conversion
21.11.11.6 Decimal Number to String Conversion
This function is used to convert integer values to decimal text string.
Numeric Value Hexadecimal String Conversion
21.11.11.7 Hexadecimal Number to String Conversion
This function is used to convert binary data into a hexadecimal string.
Copy Partial Strings
21.11.11.8 Partial String
Data is retrieved from the specified offset of the string according to the length of the string and stored in another data buffer.
Text Settings
21.11.11.9 Set String
A fixed string is stored in the data buffer.
String Length
21.11.11.10 String Length
Obtains the length of the stored string.
String Concatenate
21.11.11.11 String Concatenate
A character string or character code is concatenated with the text buffer.