Line Numbering withiin a subroutine
Trying to load an app into the IDE on Win 10. This works on win XP no problem.
I get at Ctrl-F5 an error messages saying a problem on line 700 about licensing in Sub Main.
There seems to be no indicator in the IDE to determine line I am at the subroutine so finding that particular line number in the subroutine becomes tedious.
How can I find it easily?
Re: Line Numbering withiin a subroutine
Post the exact error message.
Re: Line Numbering withiin a subroutine
Quote:
Originally Posted by
SteveM22
Trying to load an app into the IDE on Win 10. This works on win XP no problem.
I get at Ctrl-F5 an error messages saying a problem on line 700 about licensing in Sub Main.
There seems to be no indicator in the IDE to determine line I am at the subroutine so finding that particular line number in the subroutine becomes tedious.
How can I find it easily?
In the standard toolbar just below the main menu there is a position indicator in the form of "Ln 186, Col 27" next to Toolbox button icon. Just page down to line 700 while keeping an eye on the indicator as there is no Ctrl+G shortcut for GoTo Line command like in modern editors.
cheers,
</wqw>