Futurebasic/Language/Reference/beep

Beep edit

Statement edit

✔ Appearance ✔ Standard ✔ Console

Syntax edit

beep

Description edit

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

for count = 1 to 5
  beep   'exciting five-beep mono-melody
next

Notes edit

No special notes.

See Also edit

sound

Language Reference