Hey all,
Lets say i record 4 different locations..
Loc1
X = 55
Loc2
X = 10
Loc3
X = 56
Loc4
X = 92
I need to return which Location has the lowest X value. I can do it with checking each against the other, but im sure i can do it in some sort of loop / better than what i am trying to do.
Thanks






Reply With Quote
