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
>>>>>>------
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to