LCASE$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 6: Line 6:


===Example===
===Example===
:LCASE$(c$)
:b$ = LCASE$(c$)


[[Category:Internal_Macro_Functions]]
[[Category:Internal_Macro_Functions]]

Revision as of 18:29, 22 July 2010

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$)