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$( )
Basic to TBASIC Reference Manual