
call F4 ! starts periodic calls to F4 END
SUBROUTINE F4 ! this is the tooltip text for tool F4. ! asynchronous subroutine, prints every 5 seconds the time to row 1 WRITE(Row=1, Column=20, PoinT=14, Format="Utime is HH:mm:SS.sss") 0 ALARM( 5, 4) ! this will call F4 in 5 seconds END
SUBROUTINE F9 ! stop all alarms ALARM(-2) ! turn off all pending ALARMs END
ALARM(3,2) ! if nothing happens call F2 within 3 seconds ALARM(1) ! wait here for any alarm, keyboard, or mouse event ALARM(-2) ! if HicEst made it as far as here: cancel any alarms END
SUBROUTINE F2 ! quit HicEst immediately ! call this procedure by ! script: ALARM(delay, 2) ! mousing the F2 toolbar button ! keyboard F2 key ! you will be asked if anything is to be saved: ALARM(999) ! quit END
|
How your donation will be used, and how to get a HicEst key code in return ©2000-2010 Georg Petrich, HicEst Instant Prototype Computing. All rights reserved. Impressum |