Hi,
I am looking for elegant way to code this:
At the end of a series of for nexts and select cases, i end up with 16 different varables,
all with different names, all integers between 0 and 100.
i need to know what is the largest number (value), doesn't matter if there are more than one
with the same max. value.
What is the simplest (shortest) route to choose ? Lists ?
I dont think there is a "max" function somewhere.
thx,
Paul
I am looking for elegant way to code this:
At the end of a series of for nexts and select cases, i end up with 16 different varables,
all with different names, all integers between 0 and 100.
i need to know what is the largest number (value), doesn't matter if there are more than one
with the same max. value.
What is the simplest (shortest) route to choose ? Lists ?
I dont think there is a "max" function somewhere.
thx,
Paul