I am trying to search a large VB6 project for where a variable gets assigned. If I just use the Find dialog and enter the variable name in the “Find What” textbox, it opens many windows where the variable is used, but I would like to just get the lines where the variable is the first thing at the beginning of a line (where the variable is being assigned to).
I have tried using the “Use Pattern Matching” option, but I must not be using it correctly; when I search VB6 Help, it just says that option searches using pattern matching characters, without mentioning what "pattern matching characters" are allowed.