UCASE$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=UCASE$ <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- UCASE$ Category:Internal_Macro_Functions |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=UCASE$ <a$> | {{Command|syntax=[[Image:ucase$.png|right|UCASE$]]UCASE$ <a$> | ||
|description= | |description=:Changes all characters in the text string to uppercase. | ||
|param1=<a$>|param1_desc={{a$}} | |param1=<a$>|param1_desc={{a$}} | ||
Line 6: | Line 6: | ||
===Example=== | ===Example=== | ||
: | :b$ = UCASE$(c$) | ||
[[Category:Internal_Macro_Functions]] | [[Category:Internal_Macro_Functions]] |