stm_int_to_string Function type: STRING Description Returns the string representation of the specified (decimal) number. Syntax stm_int_to_string (int) Arguments Argument Input/Output Type Description reaction In INTEGER The integer to be converted Status Codes ● stm_success Example str := stm_int_to_string (36); str is ’36’
Function type: STRING
STRING
reaction
stm_success
str := stm_int_to_string (36); str is ’36’