RunnerStatus()

<< Click to Display Table of Contents >>

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

RunnerStatus()

Description

Write a short string in the runner status region of the Runner window.

 

This region is on the status bar to the right of the Notify region. This is usually written to by the Explain DLL. Explain™ programmers should use Notify() or Notify2() for their notifications.

 

Type

REGULAR FUNCTION

 

Usage

RunnerStatus(Text)

 

Text

STRING

Text shown in runner status region.

 

Related Topics