Hi,
i have an issue with the following code
- for i 1 6
- send '_012_111'
- wait 'XXA'
- if result = 1 goto Successful
-
- sendln '_012_113'
- next
-
- :Successful
- messagebox "Settings successfully switched to XXA" "Info"
- end
-
The issue is that i want to loop throug settings and when 'XXA' is choosen then i want to exit else change the value to the next but
in my settings there is also a value called 'WXXA' now the loop is always successful if this value selected and not till value 'XXA' selected!
Has anyone a suggestion??
Thanks