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
 
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|syntax=UCASE$ <a$>
[[:Category:Internal_Macro_Functions|{{Up}}]]
|description=*DESCRPTION*
 
{{Command|syntax=[[Image:ucase$.png|right|UCASE$]]UCASE$ <a$>
|description=:Changes all characters in a text string to uppercase.


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


===Example===
===Example===
:- UCASE$
:b$ = UCASE$(c$)


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

Latest revision as of 00:37, 4 January 2011

Up

Command

UCASE$
UCASE$
UCASE$ <a$>


Changes all characters in a text string to uppercase.

Parameters

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

Example

b$ = UCASE$(c$)