ConsoleWindow.Write(String) Method

Top 

Description

Writes the specified string to the ConsoleWindow.

 

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.

 

Method Signature

ConsoleWindow.Write(

String stringArgument)

 

 

Arguments

stringArgument


Description:

The String which will be written to the ConsoleWindow.

 

 

 

Syntax

myConsoleWindow1.Write(myString1);

 

 

See also

ConsoleWindow Object

ConsoleWindow Guide