Hi Thank you for reading.
Why does :-
Check
IF news = $07 then Part1
IF news = $06 then Part1
IF news = $0A then Part1
IF news = $0C then Part1
Goto Check
Not work the same as :-
Check
IF news = $07 or $06 or $0A or $0C then Part1
Goto Check
Top option 4 lines works but not the single line option....
I know it simple....I think.. What am I missing?
Thank You
Andy
Why does :-
Check
IF news = $07 then Part1
IF news = $06 then Part1
IF news = $0A then Part1
IF news = $0C then Part1
Goto Check
Not work the same as :-
Check
IF news = $07 or $06 or $0A or $0C then Part1
Goto Check
Top option 4 lines works but not the single line option....
I know it simple....I think.. What am I missing?
Thank You
Andy