CHR$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=CHR$ <n> |description=*DESCRPTION* |param1=<n>|param1_desc={{n}} }} ===Example=== :- CHR$ Category:Internal_Macro_Functions
 
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=CHR$ <n>
[[:Category:Internal_Macro_Functions|{{Up}}]]
|description=*DESCRPTION*


|param1=<n>|param1_desc={{n}}
{{Command|syntax=[[Image:chr$.png|right|CHR$]]CHR$ <n>
|description=:Returns the character represented by the given ASCII value.
 
|param1=<n>|param1_desc=ASCII value.
}}
}}


===Example===
===Example===
:- CHR$
:B$ = CHR$(65)
 
:B$ = CHR$(d1)
 
:B$ = CHR$(ABS(d1*w1))


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

Latest revision as of 00:04, 15 January 2011

Up

Command

CHR$
CHR$
CHR$ <n>


Returns the character represented by the given ASCII value.

Parameters

<n>
ASCII value.

Example

B$ = CHR$(65)
B$ = CHR$(d1)
B$ = CHR$(ABS(d1*w1))