Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / COM / October 2005



Tip: Looking for answers? Try searching our database.

VB Variable Tools

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
asit - 23 Oct 2005 15:44 GMT
Are there any tools that can wib through a very large project and tell you
if

a: The declared variables are in fact being used and not acutally used at
all.
b. That the used variable has not been declared and infract needs to be
declared.
c. All object variables within code have been erased from memory.
d. .... any other useful vaiable stats

Apologies if this is a basic question but any direction would be most
useful.

Thanks in advance
Someone - 23 Oct 2005 16:19 GMT
> a: The declared variables are in fact being used and not acutally used at
> all.

MZTools freeware shows you that.

http://www.mztools.com/v3/mztools3.htm

> b. That the used variable has not been declared and infract needs to be
> declared.

Make sure that "Option Explicit" appears as the first line in every module.
When you compile, VB6 will tell you which variable/constant was not
declared. If you were calling an API function with undeclared constant, for
example, it would have a value of 0 and your code will not run as expected.

> d. .... any other useful vaiable stats

MZTools shows some statistics and XML documentation that you can view with
IE.

> Are there any tools that can wib through a very large project and tell you
> if
[quoted text clipped - 10 lines]
>
> Thanks in advance
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.