You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The not equal <> operator doesn't seem to work in an IF..THEN statement
For example:
140 i=3
141 n=2
145 if (i<>n) then 200
150 end
200 print "not equal"
The not equal <> operator doesn't seem to work in an IF..THEN statement
For example:
140 i=3
141 n=2
145 if (i<>n) then 200
150 end
200 print "not equal"