Difference between revisions of "MC-Basic:LCASE$"
| Line 39: | Line 39: | ||
* [[Axystems:MC-Basic:UCASE$|UCASE$]] | * [[Axystems:MC-Basic:UCASE$|UCASE$]] | ||
| − | [[Category:Axystems:MC-Basic:String_Manipulation]] | + | [[Category:Axystems:MC-Basic:String_Manipulation|LCASE$]] |
}} | }} | ||
Revision as of 14:29, 6 March 2014
LCASE$ returns a copy of the string passed to it with all the uppercase letters converted to lowercase.
Syntax
LCASE$(<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 LCASE$(“ FIRST STEP”)
FIRST STEP