Futurebasic/Language/Reference/beep
Appearance
Beep
[edit | edit source]Statement
[edit | edit source]✔ Appearance ✔ Standard ✔ Console
Syntax
[edit | edit source]beep
Description
[edit | edit source]This statement produces a system beep as defined by the Sound control panel. Useful for alerting the user that the application needs attention.
Example
[edit | edit source]for count = 1 to 5 beep 'exciting five-beep mono-melody next
Notes
[edit | edit source]No special notes.