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 #68 background imageLoading...
Page #68 background image
56
CipherLab BASIC Programming Part I
ON MINUTE_SHARP GOSUB
Purpose To activate MINUTE_SHARP Event Trigger”.
Syntax ON MINUTE_SHARP GOSUB SubName|SubLabel
Remarks SubName|SubLabelis the name or line label of a subroutine.
When the system time is on the minute, a specific subroutine will be executed.
Example
ON MINUTE_SHARP GOSUB CheckTime
CheckTime:
CurrentTime$ = TIME$
Hour% = VAL(MID$(CurrentTime$, 3, 2))
IF Hour% = 30 THEN GOSUB HalfHourAlarm
RETURN
HalfHourAlarm:
BEEP(800, 30)
WAIT(100)
RETURN

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