Denso RC5 Specifikace Strana 500

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 499
1 2 ... 495 496 497 498 499 500 501 502 503 504 505 ... 691 692

Komentáře k této Příručce

Žádné komentáře