Hi, I've always wondered what F7 is for.
And apart from that, what is it for?
Because if I do a search with Ctrl+F or F7 for any variable, the results are the same.
(If there are no tabulators)
Thank you.
Hi, I've always wondered what F7 is for.
And apart from that, what is it for?
Because if I do a search with Ctrl+F or F7 for any variable, the results are the same.
(If there are no tabulators)
Thank you.
Find all references = F7, is very different from a text based search. It finds all usages of a variable or a sub (and a few other things).
It is based on the compiler output.
For example, for a local variable (ttt in S1), it knows that the same named local variable in a different sub, has nothing to do with this one.
I also like F3 which gets a bum rap, but very useful. I have been trying to make the F3 highlighted words background in yellow to differentiate it from others searches by looking in b4xV5.ini file, but could not figure out which line to change.