Hi,
it's very easy, just put an semi-colon behind the print:
Of course, this also works with file printing PRINT #.....;
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
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23