hi,
you could use few IF then and branch to different subroutine OR use SELECT CASE.
Code:If (AdVal>0) and (AdVal<10) then GOSUB Routine1 If (AdVal>10) and (AdVal<20) then GOSUB Routine2 ' etc etc etc
hi,
you could use few IF then and branch to different subroutine OR use SELECT CASE.
Code:If (AdVal>0) and (AdVal<10) then GOSUB Routine1 If (AdVal>10) and (AdVal<20) then GOSUB Routine2 ' etc etc etc
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks