LCASE$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=LCASE$ <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- LCASE$ Category:Internal_Macro_Functions
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=LCASE$ <a$>
{{Command|syntax=[[Image:lcase$.png|right|LCASE$]]LCASE$ <a$>
|description=*DESCRPTION*
|description=:Changes all characters in the text string to lowercase.


|param1=<a$>|param1_desc={{a$}}
|param1=<a$>|param1_desc={{a$}}
Line 6: Line 6:


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


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

Revision as of 18:28, 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

LCASE$(c$)