itoa


(itoa  integer)

This function converts the integer number into a string.

Arguments

integer  any integer number

Return

string representation of the number

Example

(itoa 44)  "44"
(itoa -23)  "-23"

Remarks

see (atoi) function



©  Bricsys NV. All rights reserved.