bell

Rings the (user alert) bell.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X X   X

Syntax

void bell()

Description

Makes a noise to alert the end user. In windows applications the bell beeps even if no windows are open.

Example

Set [Enter] to ring a bell.
key_set(key_enter,{ bell(); });