Notify()

<< Click to Display Table of Contents >>

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

Notify()

Description

Writes a short string in the left-most region of the runner window's status bar.

 

The string is generally used to notify the operator when the interpreter script begins to execute a new section of the experiment.

 

Type

REGULAR FUNCTION

 

Usage

Notify(Text)

 

Text

STRING

Text to be displayed.

 

Related Topics