Skip to content
Vera Chellgren edited this page Sep 18, 2021 · 1 revision

If you have a word list that you wish to put into uppercase, then the UPCASE command will do that for you.

Syntax

UPCASE newlistnames = listorstring

where newlistnames is one or more list names which will contain the uppercase words; the typical use case is just one new list name. If multiple names are used, the results will be identical for each new list.

listorstring is the name of a list, or a string literal surrounded by quotes.

Examples

UPCASE businessnameup = businessname

UPCASE yelling = dialog

Related commands

SUPCASE, LOWCASE, SLOWCASE, WORDJOIN, ASSIGNLIST

Clone this wiki locally