Thanks for the info guys,I used Joe's advice. I can't believe I didn't think of writing a simple equation. It's so obvious it went right over my head.
={0}(`StockSize`-6)/.125
That was my final equation, the {0} is the precision, which basically does that roundup function to a whole number...
Hey guys,
This is my first post here, but I've found other topics here very helpful.
So I have a very long IF statement that sorts a custom parameter 'stocksize'. I did this because I am making a gauge to measure arc length and I am going to have preset lengths engraved on the gauge that the...