IsAlpha()

<< Click to Display Table of Contents >>

Navigation:  Index >

IsAlpha()

Previous pageReturn to chapter overviewNext page

Purpose

To determine if the first character of a string is alphabetic

Syntax

IsAlpha( <cString> ) lLogical

Arguments

<cString> is the string to test

Returns

IsAlpha() returns TRUE if the first character in <cString> is an alphabetic (A-Z, a-z) character.