Unused local variables become a maintenance headache since they suggest possible functionality that doesn't exist and they are initialized by the compiler when the method is executed (thus slowing your code down).
This RB IDE script will scan the currently selected tab (class or module) for unused local variables. If it finds any, it will create a report and place the output on the clipboard. URL: http://www.truenorthsoftware.com/Realbasic/FindUnused.html _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
