TextOutputStream.WriteLine
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Writes the text passed to the TextOutputStream and appends the Delimiter to the end of the line.
Notes
If WriteLine fails, an IOException will be raised.
Sample Code
This example displays the Save As dialog box. A text file is then created and the text properties of three TextFields are written to the new file. Finally the file is closed.