Writing a file without line feed.
#3
Hi,

it's very easy, just put an semi-colon behind the print:
Code: (Select All)
PRINT "Hello" 'this will actually print Hello +  CHR$(13) + CHR$(10)
PRINT "Hello"; 'this will suppres CHR$(13) + CHR$(10), hence just printing Hello
Of course, this also works with file printing PRINT #.....;
Reply


Messages In This Thread
RE: Writing a file without line feed. - by bplus - 07-08-2022, 04:58 PM
RE: Writing a file without line feed. - by RhoSigma - 07-08-2022, 04:58 PM
RE: Writing a file without line feed. - by bplus - 07-08-2022, 05:10 PM
RE: Writing a file without line feed. - by bplus - 07-08-2022, 05:56 PM



Users browsing this thread: 5 Guest(s)