Upper$ (string$)
Parameters
string$ = any valid string or string variable
Description
This command takes the given string and converts it entirely to upper case.
Example
name$="Shane R. Monroe"
print "Your name all in upper case is: " + upper$(name$)
Index
Click
here
to view the latest version of this page online