Difference between revisions of "MC-Basic:UCASE$"
m (Text replace - "Read-Only" to "Read only") |
m (Text replace - "''<return value>''" to "<''return value''>") |
||
Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
− | '' | + | <''return value''>: String<br> |
''<string>'': String | ''<string>'': String | ||
|RANGE= | |RANGE= | ||
− | '' | + | <''return value''>: String<br> |
''<string>'': String | ''<string>'': String | ||
Revision as of 09:37, 20 March 2014
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