Premature DEBUG wrapping
Phil Pilgrim (PhiPi)
Posts: 23,514
I'm having trouble with DEBUG wrapping characters before the end of the window is reached. Here's some test code:
The attached is what results. It wraps after 128 characters no matter how much wider than that the window is.
Any explanation/workaround?
Thanks,
Phil
' {$STAMP BS2pe} ' {$PBASIC 2.5} FOR B0 = 0 TO 150 DEBUG DEC B0 // 10 NEXT
The attached is what results. It wraps after 128 characters no matter how much wider than that the window is.
Any explanation/workaround?
Thanks,
Phil