Yesterday I made an account on this forum because I had a problem... After some thinking I solved it myself... Now I've got a new problem and I hope someone can help me.
What I want to do is something like this:
1


Goto 2

Lbl 1

Locate 1,1,"This is label 1"

Lbl 2

Goto A

The problem is that you can also use 'A' as a label name. So you'd get an Go Error when you'd start this code.
Now what you could do is make a long piece a code which will check if the variable A is 1,2,3... or 9 and then go to that label, but it has to be easier... Does someone know how??
Eric
PS is there somewhere a switch statement in the program functions?