Difference between revisions of "MC-Basic:UCASE$"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= UCASE$(''<string>'') |AVAILABILITY= All versions |DESCRIPTION= UCASE$ function returns a copy of the string passed to it with all the lowerca…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
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