Error()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Input and Output functions >

Error()

Description

Indicate a fatal error to the operator.

 

The error is serious enough that the script must be terminated. End the experiment.

 

Type

REGULAR FUNCTION

 

Usage

Error(Message)

 

Message

STRING

Text to be displayed.

 

Related Topics