kytschBASIC

Put down that phone!
Please view me on real computer.

UCASE | UCASE$

Transform a string to uppercase.

Example

DEF test$=UCASE("Hello World!")

PRINT test$

LINE BREAK

PRINT UCASE("Hello World!")

Output

HELLO WORLD!
HELLO WORLD!

See also