I have 50 variables that changes value all the time. Their values are integer e.g. 1-9999, but I don't know what the values are until the script runs.
I need to display the name of the variable with the highest value. The actual value is of no importance to me.
The variables are called Q1 - Q50.
Example:
Q34=22
Q1=23
Q45=3
Q15=99
Output must just say Q15
Could you please help me in the right direction?