IsDigit()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous functions >

IsDigit()

Description

Determine if an ASCII number refers to a numeric character (0–9).

 

Type

REGULAR FUNCTION

 

Usage

Result = IsDigit(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the character.

Result

BOOL

TRUE = Character is numeric.

FALSE = Character is not numeric.

 

Related Topics