LCASE$

From Macros Wiki
Revision as of 18:29, 22 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

LCASE$
LCASE$
LCASE$ <a$>


Changes all characters in the text string to lowercase.

Parameters

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

Example

b$ = LCASE$(c$)