home *** CD-ROM | disk | FTP | other *** search
- PROC test:
- local fil$(128),r%
- loadm "m:\opo\tunplay.opa"
- fil$ = "m:\tun\marziale.snd"
- while 1
- dinit "Tune player"
- dfile fil$,"Tune",16
- if dialog = 0 : break : endif
- print fil$
- r% = tunplay%:(fil$,1)
- if r%
- print "Response:",r%
- get
- endif
- endwh
- ENDP
-