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 >>>>>>------