Denso RC5 Specifications Page 500

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 499
15-52
CHR$ (Function) [Conforms to SLIM]
Function
Converts an ASCII code to a character.
Format
CHR$ (<Expression>)
Explanation
This statement obtains a character with the character code of the value
designated in <Expression>.
Related Terms
BIN$, HEX$, STR$, VAL, Character code table (Appendix 1)
Example
DEFSTR ls1, ls2
ls1 = CHR$(49)
'Assigns a character with the character code of 49 to ls1.
ls2 = CHR$(&H4E)
'Assigns a character with the character code of &H4E to ls2.
Page view 499
1 2 ... 495 496 497 498 499 500 501 502 503 504 505 ... 691 692

Comments to this Manuals

No comments