[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| LOWER |
+---------------------------------+
LOWER(<expC>)
-----------------------------------
Returns <expC> in lower-case.
Return value - Character
-----------------------------------
LOWER() returns a lower-case character string from a character
expression. All upper-case letters (A - Z) in the character expression
are converted to lower-case (a - z). All the characters in the
character expression except A - Z remain unchanged.
<expC>
Include the character expression <expC> to convert to lower-case.
+---------------------------------+
| Examples |
+---------------------------------+
STORE 'FOX' TO name
?LOWER(name)
-----------------------------------
See Also: ISALPHA(), ISLOWER(), ISUPPER(), PROPER(), UPPER()
-----------------------------------
See Also:
ISALPHA()
ISLOWER()
ISUPPER()
PROPER()
UPPER()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson