| Syntax Color Legend |
|---|
| Command |
| Mandatory parameter |
| Optional parameter |
| Mandatory keyword |
| Optional keyword |
<Variable> := LOWERCASE (<String>)
Converts all characters in the specified <String> to lowercase.
String
| Parameter | Description |
|---|---|
| <Variable> | An alphanumeric variable to store the converted string content. |
| <String> | An expression giving the string to convert. |
fielda := lowercase (fielda)
fielda := slc ('ADD')