Futurebasic/Language/Reference/beep

From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Jump to: navigation, search

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.

[edit] See Also

sound

Language Reference

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export