Just curious, when did QB64 lose the ability to produce a beep tone by using this?
PRINT CHR$(7) ' ASCII BEL character
While redoing my tutorials I came across this. I'm working on the sound tutorial now and loading some of the old programs didn't beep when they were supposed to.
ASCII values of 7 were used when terminals needed to send an audible alert to users.