[Gambas-user] Beep?

Benoît Minisini gambas at ...1...
Tue Oct 19 11:07:54 CEST 2010


> SHELL "echo -e \"\\007\" >/dev/tty10"
> 
> I think I got that from this forum.
> 
> bbb888 wrote:
> >   Pretty simple?
> > 
> > How can I make the computer go "beep"

In Gambas, PRINT Chr$(7); if you are running inside a terminal. But if your 
terminal is an emulator (e.g. konsole), you may have to configure it to 
actually make a true beep.

Regards,

-- 
Benoît Minisini




More information about the User mailing list