06-29-2023, 05:39 PM
Woo Hoo!
THANK YOU!!! This little bit right here was what I just couldn't get right. I haven't posted the ridiculous number of variations of logic I had tried.
THANKS AGAIN!
THANK YOU!!! This little bit right here was what I just couldn't get right. I haven't posted the ridiculous number of variations of logic I had tried.
THANKS AGAIN!
Code: (Select All)
' R draws the starting point + the n pixels, so to solve we go back 1 pixel, then we draw n-1 pixels and then we go forwards 2 pixels
dd$ = dd$ + "bm-1,+0" + "C" + _Trim$(Str$(klr)) + " " + "R" + _Trim$(Str$(n - 1)) + "bm+2,+0" ' it draws a line to right from the starter point