Epi Info™ User Guide
Command Reference
Analysis Commands: BEEP
Description
This command generates a sound.
Syntax
BEEP
Example
If the number of records in the database is greater than 1,000, a beep is generated and a dialog box appears.
READ {.\Projects\Sample\Sample.prj}:Surveillance IF RECORDCOUNT > 1000 THEN BEEP DIALOG "Database greater than 1,000 records." END