Quote Originally Posted by kenpo View Post
ahhh, I must of been getting compiler errors for not declaring or soemthing then.
so i can declare a variable string,
then
SERIN2 0,396, [str din]
then say soemthing like
if din=a gosub a_loop
else (do nothing)....
endif
if din=b gosub b_loop....
etc?
that makes things much easier....
Disconnect between us...
You're right... if/then doesn't work with strings, but it will work with individual byte characters which you can treat as a single character strings.