ConsoleWindow.WriteToFile(String) Method

Top 

Description

Writes the current contents of the console to a file.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

ConsoleWindow.WriteToFile(

String fileName)

 

 

Arguments

fileName


Description:

The name of the file in which to write the contents.

 

 

 

Syntax

myConsoleWindow1.WriteToFile(myString1);

 

 

See also

ConsoleWindow Object

ConsoleWindow.WriteToFile

ConsoleWindow Guide