Difference between revisions of "ISLOWER()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
String Data
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to test for lower case character
 
Function to test for lower case character
Line 23: Line 19:
 
use prospect
 
use prospect
 
replace all company with proper(company);
 
replace all company with proper(company);
for islower(company)
+
  for islower(company)
 
</code>
 
</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:String Data]]
 +
[[Category:String Data Functions]]

Latest revision as of 16:45, 2 December 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 Server, Recital