Re: bell
- Posted by gwalters at sc.rr.com Jul 24, 2001
- 391 views
Thanks, Irv.....I discovered the reqirement for an integer and changed it to 1. It now 'sleeps' for a second but no sound eminates.. Do you know how to simulate a 'bell' on windows? ..george ----- Original Message ----- From: <irvm at ellijay.com> To: "EUforum" <EUforum at topica.com> Subject: Re: bell > > > On Tuesday 24 July 2001 12:17, gwalters at sc.rr.com wrote: > > > Should this not work? I get no sound from my computer..thanks for your help > > > > global procedure bell() > > sound(600) > > sleep(.5) > > sound(0) > > end procedure > > It shouldn't even 'compile' - sleep takes an integer. > > If you change that to sleep(1), it will run on DOS, but not on Windows > or Linux. > > Regards, > Irv > > > >