LCASE$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=LCASE$ <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- LCASE$ Category:Internal_Macro_Functions |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=LCASE$ <a$> | {{Command|syntax=[[Image:lcase$.png|right|LCASE$]]LCASE$ <a$> | ||
|description= | |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$(c$) | ||
[[Category:Internal_Macro_Functions]] | [[Category:Internal_Macro_Functions]] |