Purpose:
Converts the characters of a string to capital letters.
Parameter:
String
Return value:
String
Example:
Upper$("Otto") Result: "OTTO"
Purpose:
Converts the characters of a string to capital letters.
Parameter:
String
Return value:
String
Example:
Upper$("Otto") Result: "OTTO"