How many characters are significant in variable names and labels ? I wondered why I didn't get an error message when I used a label "Debut_manuel:" and a "GoTo Debut_man" (which in fact didn' exist).
Thanks for any answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Seems that GCB is not "strict" enough, this is an open door for Murphy's law ! So I searched for all "Goto's" in my source text (8 among 500 lines) and verified that the labels were OK. Despite of the fact that in the eyes of some programmers such jumps are not "politically correct" they cannot be always avoided ...
Last edit: Bertrand BAROTH 2018-10-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello ...
How many characters are significant in variable names and labels ? I wondered why I didn't get an error message when I used a label "Debut_manuel:" and a "GoTo Debut_man" (which in fact didn' exist).
Thanks for any answer.
This assembles ok. Does it work though? Seems you can goto a variable..calculated gotos, naughty.. but nice? Gosub works to.
Last edit: stan cartwright 2018-10-18
Seems that GCB is not "strict" enough, this is an open door for Murphy's law ! So I searched for all "Goto's" in my source text (8 among 500 lines) and verified that the labels were OK. Despite of the fact that in the eyes of some programmers such jumps are not "politically correct" they cannot be always avoided ...
Last edit: Bertrand BAROTH 2018-10-18