Difference between revisions of "ISLOWER()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Helengeorge  (Talk | contribs)   (→Class) | ||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
Revision as of 15:52, 27 October 2009
Purpose
Function to test for lower case character
Syntax
ISLOWER(<expC>)
See Also
ISALPHA(), ISUPPER(), LOWER(), UPPER()
Description
The ISLOWER() function returns .T. if the first character of the character expression <expC> is lower case and .F. otherwise.
Example
use prospect replace all company with proper(company); for islower(company)
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
