UCASE$

From Macros Wiki
Revision as of 22:37, 30 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Up

Command

UCASE$
UCASE$
UCASE$ <a$>


Changes all characters in the text string to uppercase.

Parameters

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

Example

b$ = UCASE$(c$)