LOWERCASE (SLC)
Syntax
<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')