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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= LCASE$(''<string>'') |AVAILABILITY= All versions |DESCRIPTION= LCASE$ returns a copy of the string passed to it with all the uppercase letter…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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