Is it possible to use variable line numbers?
I assigned a variable but the goto statement comes up with a "Label not defined".
rNum=Line20
goto rNum
Is it possible to use variable line numbers?
I assigned a variable but the goto statement comes up with a "Label not defined".
rNum=Line20
goto rNum
No, line numbers are set at compile time.
Aside from that, Goto's make code hard to read and debug. There are better flow constructs available.
Entia non sunt multiplicanda sine necessitate
thank for the response.
You're welcome, good luck.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks