Futurebasic/Language/Reference/beep
From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Contents |
[edit] Beep
[edit] Statement
✔ Appearance ✔ Standard ✔ Console
[edit] Syntax
beep
[edit] Description
This statement produces a system beep as defined by the Sound control panel. Useful for alerting the user that the application needs attention.
[edit] Example
for count = 1 to 5 beep 'exciting five-beep mono-melody next
[edit] Notes
No special notes.
This page may need to be