Write Line
Writes a line of text to a TextWriter object or output window if there is no TextWriter object specified.
#
Designer Properties- Text The text to be written to the TextWriter or output window.
#
Properties#
General PropertiesSee General Properties.
#
Misc- Display Name See Misc.
- Text The text to be written to the TextWriter or output window.
- Text Writer The TextWriter to write the text to.
#
Out ErrorSee Out Error.
#
ExampleDisplay range Values to output
In this example, we use for each to display the values from 1 to 5 in the output panel.