IsAlpha()

<< Click to Display Table of Contents >>

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

IsAlpha()

Description

Determine if an ASCII number refers to a letter (A–Z) or (a–z).

 

Type

REGULAR FUNCTION

 

Usage

Result = IsAlpha(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the character.

Result

BOOL

TRUE = Character is a letter.

FALSE = Character is not a letter.

 

Related Topics