Tool for Detecting un-used variables

  • Thread starter Thread starter John Veldthuis
  • Start date Start date
J

John Veldthuis

Are there any tools for detecting un-used variables in VS VB 2003?

I have been hacking my old VB6 code into VB2003 and there may be stuff left over I no longer
need.used but may be still there. It is quite large so would take some time to do this manually.
 
My MZ-Tools add-in (below) has such feature (Review Dead Code). You can
download a demo version from the web site.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
John,

The next version of VB is inteded to show this as warning.

(You never know what changes there will be in the final version)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top