IsDigit()
IsDigit()
Type: REGULAR FUNCTION
Purpose: Determines if an ASCII number refers to a numeric character (0–9).
Usage: Result = IsDigit(AsciiNumb)
AsciiNumb |
INDEX |
ASCII number of the character. |
|
Result | BOOL |
TRUE = Character is numeric. FALSE = Character is not numeric |
Comments are closed.