EasyManuals Logo

CipherLab 8 Series User Manual

CipherLab 8 Series
263 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #62 background imageLoading...
Page #62 background image
50
CipherLab BASIC Programming Part I
OFF KEY 8000, 8200, 8300, 8400, 8700
Purpose To terminate KEY Event Trigger”.
Syntax OFF KEY(number%)
Remarks To resume the event trigger, call ON KEYGOSUB
When number%is an integer variable in the range of 1 to 12, it indicat
es
a function key (F1~F12) of the keypad.
Call OFF KEY(256+KeyCode%) to disable the event triggered by
ON
KEY(256+KeyCode%).
Example (1)
REM Disable KEY_F1 event trigger
ON KEY(1) GOSUB KeyEvent
KeyEvent:
PRINT “KEY_F1 is pressed.”
OFF KEY(1)
RETURN
Example (2)
REM Disable KEY_F13 event trigger
ON KEY(256+144) GOSUB KeyEvent
KeyEvent:
PRINT “KEY_F13 is pressed.”
OFF KEY(256+144)
RETURN
OFF MINUTE_SHARP
Purpose To terminate MINUTE_SHARP Event Trigger”.
Syntax OFF MINUTE_SHARP
Remarks To resume the event trigger, call ON MINUTE_SHARP GOSUB
Example
OFF MINUTE_SHARP

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the CipherLab 8 Series and is the answer not in the manual?

CipherLab 8 Series Specifications

General IconGeneral
BrandCipherLab
Model8 Series
CategoryPDA
LanguageEnglish

Related product manuals