STRUPR$ (A$)
Purpose To return a string which is an all-uppercase copy of A$.
Examples B$ = STRUPR$(A$)
C$ = STRUPR$(C$)
Comments: The second example shows how to convert a string to upper case.
See Also STRLWR$( )

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual