02-16-2026, 08:42 PM
(02-15-2026, 11:11 PM)ahenry3068 Wrote: Are you using PRINT #LFN,
If so do this
PRINT #LFN, "MYCONTENT";CHR$(10);
Yes I am. For some reason when I started trying to figure this out yesterday I looked at Write but that loses some Print functionality.
Anyway, this gets the job done. Thanks to both you and Steve.
Additional background in case anyone else runs into this:
I only noticed the crlf because I was doing some diffs. MacVim and Terminal are both smart enough that the extra cr isn't really causing a problem beyond the diff. I don't run Linux but I assume similar issues would need similar solutions.

