Denso RC5 Spezifikationen Seite 498

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 497
15-50
15.15 Character String Function
ASC (Function)
Function
Converts to a character code.
Format
ASC (<Character string >)
Explanation
This statement converts the first character of <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 1
byte of the Shift-JIS code is returned.
Related Terms
CHR$, character code table (Appendix 1)
Example
DIM li1 As Integer
li1 = ASC( “ABCDEFGH” ) 'Assigns character code 65(&H41) of A to li1.
Seitenansicht 497
1 2 ... 493 494 495 496 497 498 499 500 501 502 503 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare