EndOfLine (NewLine)

Xojo 2021r1.1 / Windows 11
For some reason I need do a WriteLine(…) to a TextOutputStream WITHOUT a line return at the end.
Is that somehow possible ?

Thanks
Regards
Etienne

Just use write method:

Write(Line As String = "")

Wow great.
Works perfect.
It was that simple.
Thank you very much Christian

Regards