Re: Error Type Check Error
- Posted by c.k.lester <euphoric at cklest?r.co?> Nov 21, 2007
- 544 views
Mike wrote: > > In set_line() you are adding a floating point value with each iteration in the > loop. I think you already know what this means, hehehe... > > What I would do is drop the end pixel from the loop but set it directly > afterwards > outside the loop - No problemo! That confused me at first because I was printing the values and it was 1000. But now that you mention it, if I print it as a floating point, I bet I'll see the fractional part, eh? I knew that was it but I sabotaged myself. :) THANKS! :)