Denso BHT-200QW Especificaciones Pagina 330

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 587
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 329
322
____________________________________________________________________
INput KEYboard I/O function
INKEY$
Returns a character read from the keyboard.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
INKEY$
Description:
Description:Description:
Description:
INKEY$ reads from the keyboard to see whether a key has been pressed, and returns
one character read. If no key has been pressed, INKEY$ returns a null string. (For the
character codes, refer to Appendix C. For the key number assignment, refer to Appendix
E.)
INKEY$ does not echo back a read character on the LCD screen.
A common use for INKEY$ is to monitor a keystroke while the BHT is ready for bar code
reading or other events.
If any key previously specified for keystroke trapping is pressed, INKEY$ cannot return
the typed data since the INKEY$ has lower priority than keystroke trapping.
To display the cursor, you use the LOCATE and CURSOR statements as shown below.
LOCATE ,,1:CURSOR ON
k$=INKEY$
IF k$=""THEN ...
Reference:
Reference:Reference:
Reference:
Statements: CURSOR, KEY OFF, KEY ON, and LOCATE
Functions: ASC and INPUT$
Vista de pagina 329
1 2 ... 325 326 327 328 329 330 331 332 333 334 335 ... 586 587

Comentarios a estos manuales

Sin comentarios