IntToStr
- Last UpdatedJul 18, 2023
- 1 minute read
Converts a number into a string.
Syntax
IntToStr(Number)
Number:
The number to convert.
Return Value
A string containing the converted number.
Related Functions
Example
Variable=IntToStr(5);
! Sets Variable to "5".