Xojo.IO.TextOutputStream.Delimiter
From Xojo Documentation
Property (As Text )
aXojo.IO.TextOutputStream.Delimiter = newTextValue
or
TextValue = aXojo.IO.TextOutputStream.Delimiter
Supported for all project types and targets.
or
TextValue = aXojo.IO.TextOutputStream.Delimiter
Supported for all project types and targets.
The character used to mark the end of a line of text written to the file. If this value is not set, the OS default for EndOfLine is used.
Sample Code
Set the delimeter to Tab:
outputStream.Delimiter = &u09