UCASE$

From Macros Wiki
Jump to navigationJump to search

Up

Command

UCASE$
UCASE$
UCASE$ <a$>


Changes all characters in a text string to uppercase.

Parameters

<a$>
Text string or name of a string variable.

Example

b$ = UCASE$(c$)