This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
I notices by chance that I can write digits in front of Else or Endif and still compile with NO ERRORS !
Do I mis something here OR what is going on ?
Hi Ksor2,
These numbers are interpreted as Line numbers.
Imb.
???
You can number the lines by random - the numbers have NO impact on the order of execution of lines !!!!!
What's the use of it ?
Maybe a sort of labels or so ...
What's the use of it ? Maybe a sort of labels or so ...
Numbered lines can have their function in code management. You can then refer to a specific line of code.
Personally I never use them, I use other ways for code management.