Stdout()

<< Click to Display Table of Contents >>

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

Stdout()

Description

Send output to the STDOUT window.

 

This is a useful function when debugging a new Explain™ script. Numerical values, text values, or any combination can be sent as output.

 

Type

REGULAR FUNCTION

 

Usage

Stdout(variable)

 

or

 

Stdout("text")

 

Related Topics