Description
Returns the specified integer value converted to a string data type. Returns zero (0) if the input value does not represent an integer.
Syntax
IntToStr(Int1:Integer):String
Example
IntToStr(12345)
The return value is 12345.