CHR$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{{Command|syntax=[[Image:chr$.png|right|CHR$]]CHR$ <n>
{{Command|syntax=[[Image:chr$.png|right|CHR$]]CHR$ <n>
|description=Retuns the value in the input as a character using ascii form.
|description=:Returns the character represented by the given ASCII value.


|param1=<n>|param1_desc={{n}}
|param1=<n>|param1_desc=ASCII value.
}}
}}



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))