Useless variables/Subs checking

S

Steffen Loringer

Hi all,

are tools available to check my source code for unused stuff? Like
variables once defined for test purposes or Sub's which are never called?

Thanks
Steffen
 
R

Rob Meade

...
are tools available to check my source code for unused stuff? Like
variables once defined for test purposes or Sub's which are never called?

Hi,

Not sure, be good if so - but you could just name all of these temporary
variables slightly differently, ie,

tempMyVariable
testMyVariable

then when everythings fine do a search for 'temp' or 'test' and check each
of the results....bit of a bugger on a larger project admittedly..

Regards

Rob
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top