AMT Help Files

UPPERCASE (SUC)

Syntax Color Legend
Command
Mandatory parameter
Optional parameter
Mandatory keyword
Optional keyword

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)

Return to

Commands

Contents