G
Guest
I'm looping through a list searching for a word that may or may not be in the
list. I use 'on error goto' to take action if a word can't be found in the
list and then want to continue searching for the next word(s). I get an
error (not sure of exact wording) and can't continue - any ideas.
It seems it is not just a result of searching, I'm pretty sure it's whenever
you try to continue running code after a error has been trapped.
It is not as easy as using the return keyword.
Thanks in advance.
list. I use 'on error goto' to take action if a word can't be found in the
list and then want to continue searching for the next word(s). I get an
error (not sure of exact wording) and can't continue - any ideas.
It seems it is not just a result of searching, I'm pretty sure it's whenever
you try to continue running code after a error has been trapped.
It is not as easy as using the return keyword.
Thanks in advance.