LOWERCASE (SLC)
Syntax
Command
Mandatory parameter Optional parameter Mandatory keyword Optional keyword |
<Variable> := LOWERCASE (<String>)
Description
Converts all characters in the specified <String> to lowercase.
Diagram

Returned value type
String
Parameters
| Parameter | Description |
| <Variable> | An alphanumeric variable to store the converted string content. |
| <String> | An expression giving the string to convert. |
Examples
fielda := lowercase (fielda)
fielda := slc ('ADD')
fielda := slc ('ADD')
