UCASE$: Difference between revisions

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


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

Revision as of 18:29, 22 July 2010

Command

UCASE$
UCASE$
UCASE$ <a$>


Changes all characters in the text string to uppercase.

Parameters

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

Example

b$ = UCASE$(c$)