Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with DRAW or my "scanning" routine?
#10
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!
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
Reply


Messages In This Thread
RE: Problem with DRAW or my "scanning" routine? - by James D Jarvis - 06-29-2023, 05:39 PM



Users browsing this thread: 10 Guest(s)