CHR$: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 4: Line 4:
|description=:Returns the character represented by the given ASCII value.
|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))