IsLower()

<< Click to Display Table of Contents >>

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

IsLower()

Description

Determine if an ASCII number refers to a lowercase letter (a–z).

 

Type

REGULAR FUNCTION

 

Usage

Result = IsLower(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the character.

Result

BOOL

TRUE = Character is a lowercase letter.

FALSE = Character is not a lowercase letter.

 

Related Topics