Equinox Online Help - Language Reference - A to Z
Beep |
|
|---|---|
| Applies to | ![]() |
| Syntax | Beep [frequency(Hertz)],[duration(milliseconds)] |
| Action | Generates a simple tone using the system sound facilities, if available. The method does not continue until the sound has finished. |
| Scope | Usable anywhere |
| Notes | Frequency may be one of the following (if ommitted it defaults to 1)
|
| Category | User dialogs |
| See Also | Alert, AlertBitmaps, AlertButtons, Edit, HelpAbout, Input, InputPassword, Message, PopupColour_PopupColor, PopupFlags, PopupFont, PopupJustification, PopupSize, PopupTitle, StatusLine |
| Example | Beep |sound the system beep Note that the Beep command is synchronous. It's extremely useful as an alternative to the print command for debugging. |
