IntToStr
Converts a number into a string.
Syntax
IntToStr(Number)
Number:
The number to convert.
Return Value
A string containing the converted number.
Related Functions
StrFormat
Example
Variable=IntToStr(5); ! Sets Variable to "5".
See Also
String Functions