Uppercase

Top  Previous  Next

×V2.1Ø

S

A

W

WS

ü

ü

Syntax -

Uppercase <variable name> <StringValue>

       Where:

       <variable name> is the user defined name that is assigned to the variable.

       <StringValue> is a literal string or a variable that contains a literal string.

 

Description:

       This command is used to change all of the characters in a string to uppercase.

 

Sample:

       The following statement uses Uppercase to make all of the characters in the string uppercase.  The resulting string is stored as varname.

Uppercase varname "Please enter the total."