CHR$: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[:Category:Internal_Macro_Functions|{{Up}}]] | |||
{{Command|syntax=[[Image:chr$.png|right|CHR$]]CHR$ <n> | {{Command|syntax=[[Image:chr$.png|right|CHR$]]CHR$ <n> | ||
|description= | |description=:Returns the character represented by the given ASCII value. | ||
|param1=<n>|param1_desc= | |param1=<n>|param1_desc=ASCII value. | ||
}} | }} | ||
Latest revision as of 00:04, 15 January 2011
Command
- 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))