ConsoleWindow.UseStdOut Property

Top 

Description

Flag that indicates whether or not to send the data to std out when reporting to the Console Window.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myConsoleWindow1.UseStdOut;

 

myConsoleWindow1.UseStdOut = myVariable1;

 

See also

ConsoleWindow Object

ConsoleWindow Guide