joeyone 0 Posted October 25, 2007 If i have for example 15 numbers, 5, 16, 50 and so on how can i do to pick the highest number ? i want it to pick the highest number even if there is 15 or 18 numbers and so on.. so the amount of numbers is dynamic hope someone can help me in this matter Share this post Link to post Share on other sites
MarkK 0 Posted October 25, 2007 If you store the numbers in a single dimension array then you can use _ArrayMax() to return the highest value in the array. Share this post Link to post Share on other sites