EasyManua.ls Logo

CipherLab 8 Series

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
Loading...
55
Chapter 4 BASIC Commands
Example (3)
REM Parse key codes in subroutine
ON KEY(256+255) GOSUB KeyEvent
KeyEvent:
KeyData$ = INKEY$
A% = ASC(KeyData$)
IF A% = 144 THEN
PRINT “KEY_F13 is pressed.”
ELSE IF A% = 145 THEN
PRINT “KEY_F14 is pressed.”
END IF
RETURN

Table of Contents

Related product manuals