5-56 Command Reference
LOWER
Purpose Converts characters in a field from upper-case to lower-case.
Syntax LOWER
source
Process The LOWER command converts characters in
source
to lower-case characters.
Source
can be one of the following:
Source
Description
INPUT Input Buffer
Logical Field Name
(TEMP1)
Temporary Buffer
Field
Logical Field Name (LU1) Lookup Buffer Field
Logical Field Name (PR1) Printer Buffer Field
Logical Field Name
(Field1) [Index]
Array Buffer Field
Example
This example converts any upper case characters in TEMP_SKU to lower-case
characters.
LOWER TEMP_SKU
See Also
UPPER