Might try the following:
Code:If (option = 1) AND (!set_butt) Then goto vivs If (option = 2) AND (!set_butt) Then goto start If (option = 3) AND (!set_butt) Then goto stop
Might try the following:
Code:If (option = 1) AND (!set_butt) Then goto vivs If (option = 2) AND (!set_butt) Then goto start If (option = 3) AND (!set_butt) Then goto stop
This will take less code space and will work.Code:If option = 1 Then If set_butt = 0 Then goto vivs endif
Al.
All progress began with an idea
Bookmarks