home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- * * 09/92 pushkey.prg *
- *****************************************************************
- * * Author's Name: Jeb Long *
- * * *
- * * Description: *
- * * This program illustrates how to use the PUSH KEY *
- * * function to stack 50 ON KEY commands. The POP KEY *
- * * can be used to unstack ONKEY commands *
- *****************************************************************
- FOR I = 1 to 50
- MSG = "KEY "+STR(I)
- ON KEY LABEL CTRL+F3 WAIT WINDOW '&MSG'
- PUSH KEY CLEAR
- ENDFOR