home *** CD-ROM | disk | FTP | other *** search
- ****************************************************************
- * * 08/20/92 DING.PRG 16:45:47 *
- ****************************************************************
- * * Description: *
- * * This program illustrates how create a three tone *
- * * bell *
- ****************************************************************
- SET BELL TO 300,1
- ?? CHR(7)
- SET BELL TO 499,1
- ?? CHR(7)
- SET BELL TO 700,1
- ?? CHR(7)
- SET BELL TO 512,2 && Default value
- RETURN
-