Bookmarks Menu


Bookmarks allow you to mark a specific line in the code to enable rapid switching to that section. Not very useful with small files but very handy for long listings.
If you have a few bookmarks set, you can quickly cycle through those locations.
Bookmarks are not saved with the file.

Go to line number: It is the physical line number, not any line number that is part of the program.

Find Sub/Function. If a sub or user function is highlighted when selecting this option, you are taken directly to that function.
If you don't have any function highlighted, a pop-up list of all user functions is displayed allowing you to select from it.

Return from Sub/Function takes you back to where you were when 'goto sub' was invoked.
It is the line number that is remembered so if you have added or removed lines between the 'goto' and 'return', the file location will be slightly off.

 

 

Last edited: 21 August, 2022