MC-Basic:UCASE$

From SoftMC-Wiki
Revision as of 08:42, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:UCASE$ to MC-Basic:UCASE$: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

UCASE$ function returns a copy of the string passed to it with all the lowercase letters converted to uppercase.

Syntax

UCASE$(<string>)

Availability

All versions

Type

<return value>: String
<string>: String

Range

<return value>: String
<string>: String

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

-->PRINT UCASE$(“first step”)
 FIRST STEP

See Also