Qbasicnews.com

Full Version: PRINT BUG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi:

PRINT "","test"

OUTPUT:

%-14Test

Same when you print to file. I expected the word “test” to be indented 14 spaces.

Have fun.

Garvan
I'm pretty sure you just need to put

PRINT , "Test"

and it will work fine. Correct me if I'm wrong.
Quote:I'm pretty sure you just need to put

PRINT , "Test"

and it will work fine. Correct me if I'm wrong.

Same result.

Garvan
True.. fixed, changes are in CVS, only the runtime lib had to be updated..
Glad to see that someone esle had this problem too, I reffered to it in http://forum.qbasicnews.com/viewtopic.php?t=9432. I suppose fix will reflect in 0.14b, won't it?