On Jul 23, 2006, at 1:37 PM, [EMAIL PROTECTED] wrote:

Wouldn't it be pretty easy for the RB compiler to have a utility option to delete all unused variable declarations? When the compiler encounters : dim a,b, c, d as integer but only a and c are used, then b and d are taking up extra space unnecessarily. I find that this happens a lot because I start with one
method, then later subdivide it into smaller tasks and so forth.

Rb is pretty good a not including methods, classes and other major items that are not called during the compile.

If you wish them to add a feature to analyze within a method for unused Dims then you can always make a feature request. :)

I wouldn't hold my breath though as there are many more important items (bugs) already on their agenda.

Terry

_______________________________________________
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>

Reply via email to