Contents - Index


Beep

 

The Beep command can be used with the assignment statements in Internal Functions and Procedures.  The format of the Beep command is

 

Beep #

 

Execution of this command will result in an audible sound.  An integer between 1 and 5 can optionally follow the Beep keyword.  If the integer is present, EES will play the specified sound defined in the Sound tab of the Preferences dialog.  Otherwise it will just sound the default beep.

 

Beep is useful to alert the user of some event, such as program completion, or for debugging purposes.