UBI EasyCoder 201 IIE Manuale delle Istruzioni Pagina 39

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 332
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 38
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 37
Chapter 2 Program Instructions
CHR$
Field of Application
Function returning the readable character from a decimal ASCII
code.
Syntax CHR$(<nexp>)
<nexp> is the decimal ASCII code to be converted to a readable
character.
Remarks
This function is useful for entering characters that cannot be produced
from the keyboard of the host, for example non-printable characters
ASCII 0-31 dec. Only integers between 0 and 255 are allowed. Input
less than 0 or larger than 255 will result in an error condition (Error 41,
Parameter out of range)."
Example
The decimal ASCII code for A" is 65 and for B" is 66.
10 A$ = CHR$(65)
20 B$ = CHR$(40+26)
30 PRINT A$
40 PRINT B$
RUN
yields:
A
B
Vedere la pagina 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 331 332

Commenti su questo manuale

Nessun commento