ISUPPER()

From Lianjapedia
Revision as of 07:12, 10 December 2012 by Admin (Talk | contribs)

Jump to: navigation, search

Purpose

Function to test for upper case character

Syntax

ISUPPER(<expC>)

See Also

ISALPHA(), ISLOWER(), LOWER(), UPPER()

Description

The ISUPPER() function returns .T. if the first character of the character expression <expC> is upper case and .F. otherwise.

Example

use prospect
replace all company with proper(company);
for not isupper(company)