Write Line

Writes a line of text to a TextWriter object or output window if there is no TextWriter object specified.

WriteLine Designer

Designer Properties#

  1. Text The text to be written to the TextWriter or output window.

Properties#

WriteLine Properties

General Properties#

See General Properties.

Misc#

  1. Display Name See Misc.
  2. Text The text to be written to the TextWriter or output window.
  3. Text Writer The TextWriter to write the text to.

Out Error#

See Out Error.

Example#

Display range Values to output

In this example, we use for each to display the values from 1 to 5 in the output panel.