IsUpper()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

IsUpper()

Previous pageReturn to chapter overviewNext page

Purpose

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

Syntax

IsUpper( <cString> ) lLogical

Arguments

<cString> is the string to test

Returns

IsUpper() returns TRUE if the first character in <cString> is upper case (A-Z).