TextWindow.writeLine


writeLine(text)

Write a line of text to the text output window of LUSAS Modeller

textstringThe line of text to be written to the output window. A new line character will automatically be appended.
Return valuenone 

Example

To write a line of text to the text window


 call textWin.writeLine "Some useful information"
 

Back to TextWindow

Back to Overview