Posted 31 December 2013 - 11:06 PM
Does anyone know a very efficient and compact way of finding the highest number in a table that consists of number variables only? Especially this:
Thank you
example = {}
example.A = 5
example.B = 15
example.C = 10
example.max = Formula that works out the highest number of all
the variables in the example table apart from this variable itself.
Thank you
Edited on 31 December 2013 - 10:07 PM