Lowercase

Top  Previous  Next

×V2.1Ø

S

A

W

WS

ü

ü

Syntax -

       Lowercase <Variable Name> <String Value/Variable Name>

        Where:

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

       <String Value/Variable Name> 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 literal string or a variable containing a literal string to lowercase.

 

Sample 1:

       The following statement uses Lowercase to make all of the characters in the string lowercase.  The resulting string will be all lowercase and stored as varname.

Lowercase varname "Please Enter The Total."

 

Sample 2:

       The following statement uses Lowercase to make all of the characters in the variable lowercase.  The resulting variable will be in all lowercase.

Copy varname "ALL UPPERCASE"

Lowercase varname varname