UPPER$( s$ )

UPPER$(s$)

Description:

This function returns a copy of the contents of the string, string variable, or string expression s$, but with all letters converted to uppercase.

Usage:

  print upper$( "The Taj Mahal" )

Produces:

  THE TAJ MAHAL