LCASE$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=[[Image:lcase$.png|right|LCASE$]]LCASE$ <a$> | {{Command|syntax=[[Image:lcase$.png|right|LCASE$]]LCASE$ <a$> | ||
|description=:Changes all characters in | |description=:Changes all characters in a text string to lowercase. | ||
|param1=<a$>|param1_desc={{a$}} | |param1=<a$>|param1_desc={{a$}} |
Latest revision as of 00:37, 4 January 2011
Command
- Changes all characters in a text string to lowercase.
Parameters
- <a$>
- Text string or name of a string variable.
Example
- b$ = LCASE$(c$)