SET BELL

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()

2 responses to “SET BELL

  1. Pingback: Harbour Commands | Viva Clipper !

  2. Pingback: Harbour RG Summary | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.