UBI EasyCoder 201 IIE Bedienerhandbuch Seite 19

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 332
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 18
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 17
Chapter 2 Program Instructions
ASC
Field of Application
Function returning the decimal ASCII value of the rst character
in a string expression.
Syntax ASC(<sexp>)
<sexp> is a string expression, from which the ASCII decimal value of
the fi rst character will be returned.
Remarks
ASC is the inverse function of CHR$. The decimal ASCII value will be given
according to the selected character set (see NASC statement).
Examples
10 A$="GOOD MORNING"
20 PRINT ASC(A$)
RUN
yields:
71
10 B$="123456"
20 C% = ASC(B$)
30 PRINT C%
RUN
yields:
49
Seitenansicht 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 331 332

Kommentare zu diesen Handbüchern

Keine Kommentare