I need some way to find out what variable has the highest number in it. For example:
I have 3 variables, cow, chicken, and pig. cow = 2, chicken = 1, and pig = 6. I need to find out which one has the highest value. I would just do an if statement comparing the 3 but I plan to have 50+ variables to compare.
Essentially I need to have the app return pig as having the highest variable.
Anyone out there have an idea that could help me? [import]uid: 104852 topic_id: 25675 reply_id: 325675[/import]