Difference between revisions of "MC-Basic:LCASE$"
m (Miborich moved page Axystems:MC-Basic:LCASE$ to MC-Basic:LCASE$: Global renaming of Axystems: namespace into (Main):) |
|||
| Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:UCASE$|UCASE$]] |
[[Category:Axystems:MC-Basic:String_Manipulation|LCASE$]] | [[Category:Axystems:MC-Basic:String_Manipulation|LCASE$]] | ||
}} | }} | ||
Revision as of 08:42, 22 May 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