If else statemet not working after 10 values

if else satement not working after 10 values enter in the input text .
please give me the feedback.

You need to reverse the order of those if-else if...or join both conditions in the if (> and <).
If your input, for example, is the number 20, like "20" is bigger than "6" it is going to enter by the "else if Input.Text > 6" then, like Input.Text is bigger than 10, it is going to take "get start value" (that has not any value) and it is not going to enter in any other "else if" statement.

sorry i cannot understant please provide the screen shot info.

Reverse the statements...starting by the biggest value:

thank you now working..

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.