LCASE$

From Macros Wiki
Revision as of 00:37, 4 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

LCASE$
LCASE$
LCASE$ <a$>


Changes all characters in a text string to lowercase.

Parameters

<a$>
Text string or name of a string variable.

Example

b$ = LCASE$(c$)