- 4.61.2.24 -
Standard Units

Strings Unit


Strings Unit Procedures and FunctionsIntToStr function
Targets: MS-DOS, OS/2, Win32
Strings Unit
Converts an integer to a string.
Declaration:
function IntToStr(Value: Longint): String;
Remarks:
The IntToStr function converts an integer into a string
containing the decimal representation of that number.
Value is the number to convert.
 |
 |
 |
IntToHex function |
Table of Content |
IsDelimiter function |
- 4.61.2.24 -