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