BEEP


ANSI

 

The BEEP instruction sends an ASCII "ring bell" character to the terminal to sound an audible beep, similar to the *B list control. The instruction uses the following format:

 

 

[label]

BEEP

 

Where:

label

Optional. A Program Execution Label.

Flags Affected: NONE

Note the following:

  1. If a FILEPI instruction is active, it is terminated.

  2. Under Windows, an appropriate sound is played.

  3. This instruction is ignored when using the PL/B Web Server.

 

 

See Also: Example Code, *B, *CLICK, Interactive I/O Instructions

 



PL/B Language Reference Interactive I/O Instructions CHARRESTORE