A question about comparing variables
Pann
Posts: 6
I need to be able to find the lowest of 5 different variables. At this point I've done it with the"brute force method" by using a crapload of IF/THEN statements. It works, but it is incredibly messy. I'm just wondering if there is a simpler, more elegant way of doing this.
Thanks
Thanks
Comments
-Phil
which will take on a value from 0 to 4, depending upon which variable is lowest.
-Phil