ITOS – Integer number to string conversion
Block SymbolLicensing group: STANDARD
Function Description
The ITOS block is used for converting an integer into text. The len parameter specifies the
minimum length of the output string. If the number has a smaller number of digits, zeroes or
spaces will be added according to the mode parameter. The radix parameter specifies the
numerical system in which the conversion is to be performed. The output string does not
contain any identification of the numerical system used (e.g. the 0x prefix for the hexadecimal
system).
Input
n | Integer input of the block | Long (I32) |
Output
sy | String output value | String |
Parameters
len | Minimum length of output string 0 30 | Long (I32) |
mode | Output string format 1 | Long (I32) |
|
|
|
radix | Radix 10 | Long (I32) |
|
|
|
[Previous] [Back to top] [Up] [Next]
2023 © REX Controls s.r.o., www.rexygen.com