Timg
March 11th, 2001, 03:11 PM
I'm using input boxes to gather "X1 and X2" values to draw lines.
When I input 1 inch, for instance, as a line length. I get something like 0.9991784 as what the line believes to be it's end point. While this is not necessarily a great difference, it becomes a spoiler later, when that point is needed for making a calculation involving an angle.
I don't have this difficulty with the "Y1 and Y2"
points which are determined the same way.
I've tried using various methods(Creating an integer variable which passes it's value for one) to force the line to accept the input or calculated value with no success.
Any suggestions?
TIA
Timg
When I input 1 inch, for instance, as a line length. I get something like 0.9991784 as what the line believes to be it's end point. While this is not necessarily a great difference, it becomes a spoiler later, when that point is needed for making a calculation involving an angle.
I don't have this difficulty with the "Y1 and Y2"
points which are determined the same way.
I've tried using various methods(Creating an integer variable which passes it's value for one) to force the line to accept the input or calculated value with no success.
Any suggestions?
TIA
Timg