Shop OBEX P1 Docs P2 Docs Learn Events
Premature DEBUG wrapping — Parallax Forums

Premature DEBUG wrapping

Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
edited 2007-07-10 23:05 in BASIC Stamp
I'm having trouble with DEBUG wrapping characters before the end of the window is reached. Here's some test code:

' {$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
1231 x 309 - 18K
Sign In or Register to comment.