find unused local variables in Control Builder?
sometimes we need to clean up the unused local variables in control Builder. Is there any function to find those variables easily? Thanks.
Answers
Hi,
I don't know such a tool for only unused variables.
What could be used is search tool (Alt+F12) but then you have to select each variable separately and look if it is referenced anywhere (use rebuild function first).
After that cut it and check for errors to be sure
No such tool directly can find unused variable upto my view.
Need to check individually.
Add new comment