On 9/18/06 1:02 PM, "Brendan Murphy" <[EMAIL PROTECTED]> wrote:
> 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 How funny! I was just sitting here going through my code hunting for unused variables! Awesome! -Seth _______________________________________________ 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>
