Denso RC5 Specifikace Strana 508

  • 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 507
15-60
ORD (Function) [Conforms to SLIM]
Function
Converts to a character code.
Format
ORD (<Character string >)
Explanation
This statement converts the first character in <Character string > to a character
code.
Note: This function returns only the first byte value of a character
string. Therefore, even if the first character is kanji, the first
byte of the Shift-JIS code is returned. If the character string is “
”, it returns 0.
Related Terms
CHR$, Character code table (Appendix 1)
Example
DIM li1 As Integer
li1 = ORD( “ABCDEFGH” ) 'Assigns character code 65(&H41) of A to li1.
Zobrazit stránku 507
1 2 ... 503 504 505 506 507 508 509 510 511 512 513 ... 691 692

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

Žádné komentáře