SCREEN RING_BELL

SCREEN RING_BELL sounds the bell or buzzer if the window is pasted.

SYNTAX

SCREEN RING_BELL /USING/ window_id count

window_id

is an integer system field, Global Storage (GS) field, or user-defined field that contains the window ID assigned to the window.

count

specifies the number of times the bell or buzzer is sounded.

EXAMPLE

SCREEN RING_BELL MAIN_ID,5

This example rings the terminal bell five times.

Back to Statements and Commands    Next page SCREEN  RING_BELL