Yes, you're using GOSUB instead of GOTO.Okay so I have to be doing something fundamentally stupid! Just not sure what? Any ideas?
GOSUB is used to jump to a subroutine which "ends" with a RETURN - that's not what you have.
/Henrik.
Yes, you're using GOSUB instead of GOTO.Okay so I have to be doing something fundamentally stupid! Just not sure what? Any ideas?
GOSUB is used to jump to a subroutine which "ends" with a RETURN - that's not what you have.
/Henrik.
Bookmarks