|
-
May 29th, 2026, 01:16 PM
#1
Thread Starter
Member
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?
-
May 30th, 2026, 02:06 AM
#2
Re: Line Numbering withiin a subroutine
Post the exact error message.
-
May 30th, 2026, 02:46 PM
#3
Re: Line Numbering withiin a subroutine
 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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|