Hi
I have 5 text boxes were the user will enter numbers and I have a button. When clicking the button I want to check which is the highest value and from which textbox, how to do that?
text1 = 5
text2 = 0
text3 = 2
text4 = 10
text5 = 7
so I will get text4 and value is 10