Difference between revisions of "ISUPPER()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 31: Line 31:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:String Data]]
 +
[[Category:String Data Functions]]

Revision as of 15:54, 2 June 2009

Class

String Data


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)


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer