Language Reference Guide : 4. System Classes : ProcExec Class : Beep Method
 
Share this page                  
Beep Method
The Beep method sounds the terminal bell once.
The Beep method has no parameters or return value. You must use the CurFrame or CurProcedure system variable to call this method. For example:
CurFrame.Beep()
CurProcedure.Beep()