TextOutputStream.Delimiter

From Xojo Documentation

Property (As String )
aTextOutputStream.Delimiter = newStringValue
or
StringValue = aTextOutputStream.Delimiter

Supported for all project types and targets.

The character used to mark the end of a line of text written to the file. The OS default for EndOfLine is used.

Example

This example sets the Linefeed as the delimiter.

Var t As TextOutputStream
t.Delimiter = Chr(10) // linefeed