IsLower()

<< Click to Display Table of Contents >>

Navigation:  Index >

IsLower()

Previous pageReturn to chapter overviewNext page

Purpose

To determine if the first character of a string is lower case

Syntax

IsLower( <cString> ) lLogical

Arguments

<cString> is the string to test

Returns

IsLower() returns TRUE if the first character in <cString> is lower case (a-z).