You are here: Surpac Concepts > Macros > SCL > System and Misc > SclBeep
GEOVIA Surpac

SclBeep

Overview

You can use SclBeep to sound the computer "beep", and optionally display a text in the message window.

Synopsis

SclBeep $OptionalMessageText

Description

The SclBeep command will cause the terminal bell to beep once and the text that constitutes the optional argument to the SclBeep command will be displayed in the message window.

Arguments

  • OptionalMessageText
  • Pass by value. This argument is optional. If present the contents will be displayed in the message window.

Examples

SclBeep "An error has ocurred"

 

set errortext "An error has ocurred"
SclBeep $errortext