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 positionof a GET,of 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 belle will be turned off.
Examples
SET BEEL ON
cDummy:=space(20)
? 3,2 get cDummy
Read
SET bell off
- Status
- Ready
- Compliance
-
- This command is Ca-Clipper compliant
- See Also