UPPERCASE (SUC)
Syntax
<Variable> := UPPERCASE (<String>)
Description
Converts all characters in the specified <String> to uppercase.
Diagram
Returned value type
String
Parameters
| Parameter | Description |
|---|---|
| <Variable> | An alphanumeric variable to store the converted string content. |
| <String> | Expression giving the string value to convert. |
Examples
sg-line := uppercase (sg-line)
sg-line := suc (sg-line)