CipherLab 8 Series User Manual page 62

Hide thumbs Also See for 8 Series:
Table of Contents

Advertisement

CipherLab BASIC Programming
OFF KEY
Purpose
To terminate "KEY Event Trigger".
Syntax
OFF KEY(number%)
Remarks
To resume the event trigger, call ON KEY... GOSUB...
Example (1)
REM Disable KEY_F1 event trigger
KeyEvent:
PRINT "KEY_F1 is pressed."
OFF KEY(1)
RETURN
Example (2)
REM Disable KEY_F13 event trigger
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
50
Part I
When "number%" is an integer variable in the range of 1 to 12, it indicates
a function key (F1~F12) of the keypad.
Call OFF KEY(256+KeyCode%) to disable the event triggered by ON
KEY(256+KeyCode%).
ON KEY(1) GOSUB KeyEvent
...
ON KEY(256+144) GOSUB KeyEvent
...
8000, 8200, 8300, 8400, 8700

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

83008000840087008200

Table of Contents