Hi Team,
I have model where global variable (gv) has been used at multiple places. It is quite difficult to remember where gv has been used. Now, I want to find out all the places where it has been used.
Is there any way to find out all the lines or code section where global variable has been used?
Also, I want to change variable name at all places what is the best way to it.
Thank you!