Difference between revisions of "MC-Basic:LCASE$"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 30: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:34, 18 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

See Also