Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Finding variable references #3716

kururin ·
Hello

What would be the best way to find where a variable is called (in a script, in a repository, ...)?
Of course multiple variables can have the same name or a variable can be overriden. But it would be a good start to be able to search the name of a variable anywhere in QB.

QB 7.0 allows to export configurations as xml files so it would be possible to parse them. Do you suggest a better solution?

Why this request?
For instance, if I modify the name of variable I need to know where this one is referenced to prevent beaking everything.

Thanks a lot
Mathieu
  • solved #2
  • replies 1
  • views 471
  • stars 0
robinshen ADMIN ·
The only approach to do this right now is to search for variable name in exported XML files.