Quote:
Originally posted by Steven Carmain
A problem is your mixing syntaxes. The goto in the beginning is 2.0, but select case is 2.5
|
There is no problem with his code. You can mix 2.0 syntax into the 2.5 without any problems. It would be better from a style perspective to have said:
if auton_mode=1 then
'auto code goes here
else
'normal here
endif
but it isn't
wrong to do it the other way.