If the x’s of the two points are not equal print ------------
instead they are the same and must print **********
but the x’s are the same
How about a design script version?
Math.Round(pnt1.X, precision) == Math.Round(pnt2.X, precision)? sameValue: differentValue;
Thanks for the reply
It works well
Thanks for the reply
it seems good to me
Thanks for the reply
I try again but so far it doesn’t work