Viva Clipper !

SET BELL

Advertisements

SET BELL

Toggle the bell to sound once a GET has been completed.

Syntax

      SET BELL on | OFF | (<lBell>)

Arguments

<lBell> Logical expression for toggle command

Description

This command toggles the bell to sound whenever a character is entered into the last character position of a GET, or if an invalid data type is entered into a GET.

If <lBell> is a logical true (.T.), the bell will be turned ON; otherwise, the bell will be turned off.

Examples

      SET BELL ON
      cDummy := Space( 20 )
      @ 3,  2 GET cDummy
      READ
      SET BELL OFF

Compliance

Clipper

Seealso

Set()

Advertisements

Advertisements