The IntToStr function converts an integer to a string.
Syntax
String Global.IntToStr(
Integer value)
Integer value)
Parameters
| value | The integer value. | Required |
|---|
Return value
The IntToStr function returns the string.
Example
value = IntToStr(25)
// value = "25"
// value = "25"