MC-Basic:LCASE$

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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