[Gambas-user] Beep in gambas

Joshua Higgins joshiggins at ...1601...
Thu Feb 19 13:02:03 CET 2009


I do not know of any built-in function to beep, but this produces the effect
I think you want

SHELL "echo -e \"\\007\" >/dev/tty10"

(be careful with the backslashes around the second set of quotes, these are
required for Gambas to pass on an actual quote symbol to the echo command)

-- 
joshua higgins
>>>>>>------



More information about the User mailing list