Converts integer value to a string.
int2str <strvar> <integer value>
Converts <integer value> to its string expression, and returns it in the string variable <strvar>.
; The string "123" is assigned to the variable "valstr". int2str valstr 123