Converts a text variable to lowercase.
LOWERCASE txt_var
Text variable to convert to lowercase.
Converts the contents of a text variable to lowercase.
input $answer 'Type EXIT to stop' lowercase $answer ! Allows user to enter upper or lowercase. if $answer = 'exit' ...etc...
The lower function listed in Table 52, Miscellaneous Functions.