Go to Contents
Previous
Page
Next
Page
Contents > Script steps reference (alphabetical list) > Miscellaneous script steps > Beep script step

Beep script step
Format

Beep
Options
None.
Web compatibility
This script step is not web-compatible.
Description
Plays a system beep sound.
Example

Set Error Capture [On]
Perform Find [Restore]
If [Get (LastError) <> 0]
   Beep
   Show Custom Dialog ["Couldn't find the record..."]
End If
Related topics
Script steps reference (alphabetical list)
Script step categories

Contents > Script steps reference (alphabetical list) > Miscellaneous script steps > Beep script step
Previous
Page
Next
Page