ConsoleWindow.WriteLine(String) Method

Top 

Description

Writes the specified string to the ConsoleWindow and appends a line feed (\n)

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

ConsoleWindow.WriteLine(

String stringArgument)

 

 

Arguments

stringArgument


Description:

The String which will be written to the ConsoleWindow, which will be followed by a line feed (\n).

 

 

 

Syntax

myConsoleWindow1.WriteLine(myString1);

 

 

See also

ConsoleWindow Object

ConsoleWindow.WriteLine

ConsoleWindow Guide