Difference between revisions of "LOWER()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to convert characters to lower case | Function to convert characters to lower case |
Revision as of 17:08, 2 December 2009
Purpose
Function to convert characters to lower case
Syntax
LOWER(<expC> | <memofield>)
See Also
ISLOWER(), ISUPPER(), PROPER(), STRTOLOWER(), STRTOUPPER(), STRTRAN(), TRANSFORM(), UPPER()
Description
The LOWER() function converts the characters in the character expression <expC> or memo <memofield> to lower case. This function is particularly useful if used in index keys and their corresponding SEEK expressions, since a search expression in lower case will match both upper and lower case characters.
Example
? lower("Recital") recital // Another Example use accounts index on lower(company) to company replace company with "Company Name" seek "company name" ? found() .T.
Products
Recital Server, Recital