UCASE$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:Internal_Macro_Functions|{{Up}}]] | |||
{{Command|syntax=[[Image:ucase$.png|right|UCASE$]]UCASE$ <a$> | {{Command|syntax=[[Image:ucase$.png|right|UCASE$]]UCASE$ <a$> | ||
|description=:Changes all characters in the text string to uppercase. | |description=:Changes all characters in the text string to uppercase. |
Revision as of 22:37, 30 July 2010
Command
- Changes all characters in the text string to uppercase.
Parameters
- <a$>
- Text string or name of a string variable.
Example
- b$ = UCASE$(c$)