Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.pascal.borland    |    Borland Pascal was actually pretty neat    |    2,978 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,543 of 2,978    |
|    Wolf Behrenhoff to tomr    |
|    Re: how to make a 'beep sound' from the     |
|    30 Apr 05 04:38:34    |
      From: NoSpamPleaseButThisIsValid2@gmx.net              tomr wrote:       > hi i'm new to pascal and i want to know how to create a beep sound from       > inside the PC.       > i've read in an old pascal book how to do this, it said: if the ascii       > character nr. 08 is wrote to the screen the computer will produca a beep       > sound.              It is character no. 7. So simply do this:              program beep;       begin        Write(#7);       end.              Wolf              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca