int2str

Converts integer value to a string.

int2str <strvar> <integer value>

Remarks

Converts <integer value> to its string expression, and returns it in the string variable <strvar>.

Example

; The string "123" is assigned to the variable "valstr".
int2str valstr 123