Hi
1. Thanks for attention
at this point of discussion we have reached the real issue about Linenumber as Label
please follow my experience
pasting my code posted above
1. right click on the 16th line of code in the SELECT CASE
GOTO 23
and you got no link to jump to 23 line of code used as label....
2. right click on the 18th line of code in the SELECT CASE
GOTO 3
and you got link to jump to line 3 of code used as label....
What I want to note is that the only difference between line of code 3 and line of code 23 is the
: used in QB to define a label.
Must the IDE use a one method of manage labels?
@Fellippe
my intention is not to increase your work in QB64 implementation
only to say that the jump instructions are very few... GOTO, GOSUB, ON variable GOTO...
I don't remember if IF condition GOTO is correct in QB...
Thanks again