LCASE$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[:Category:Internal_Macro_Functions|{{Up}}]]
{{Command|syntax=[[Image:lcase$.png|right|LCASE$]]LCASE$ <a$>
{{Command|syntax=[[Image:lcase$.png|right|LCASE$]]LCASE$ <a$>
|description=:Changes all characters in the text string to lowercase.
|description=:Changes all characters in a text string to lowercase.


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


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


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

Latest revision as of 00:37, 4 January 2011

Up

Command

LCASE$
LCASE$
LCASE$ <a$>


Changes all characters in a text string to lowercase.

Parameters

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

Example

b$ = LCASE$(c$)