home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / sound / sndsgood / b_exmple.bas next >
Encoding:
BASIC Source File  |  1990-03-08  |  187 b   |  11 lines

  1. OPEN "I", 1, "SND1.SND"
  2. soundbuffer$ = INPUT$(119, #1)
  3. CLOSE #1
  4. CALL installit
  5. CALLS dosound(soundbuffer$)
  6. check:
  7. CALLS eventsleft(a%)
  8. IF a% <> 0 THEN GOTO check
  9. CALL removeit
  10.  
  11.