On Jul 20, 2006, at 4:24 PM, [EMAIL PROTECTED] wrote:

is there any quick way to get rid of unnecessary declarations? Suppose I have dim a, b, c, d, e, f, g, h, i, j, k, ,l, m, n, o , p , q, r, s, t, u, v,
w, x as integer
but I am only using a, j, p and v, and there are several pages of code per
method and hundreds of methods.

If these are Dimmed in a method or event they only pertain to that method/event as they are local. Just delete the unused ones from your code.

I'm sending this again as I think you want a simple global method to delete unused Dims in many methods.

Sorry, I can't think of anything but to search for them with the RB Find method.

My suggestion is to not make so many dims when developing unless you wish to clean them all up later so they don't use up unnecessary memory and processing time.

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