- 4.66.2.54. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.54. StrToIntDef function
4.66.2.54. StrToIntDef function
Targets: MS-DOS, OS/2, Win32
Strings Unit
Converts a string representing a long integer to a number.
Declaration:
function StrToIntDef(const S: String;
Default: Longint): Longint;
Remarks:
If S is not a valid number, StrToIntDef returns
the number passed in Default.
- 4.66.2.54. -