On Jul 20, 2006, at 4:55 PM, John McKernon wrote:

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 wish I knew a solution, as I have the same problem. In my case, it's a result of converting code from VB to RB, which leaves me with a lot to clean
up.

Now, why would they all even be dimmed in one line in VB?

To me it's just poor coding but I haven't used VB either.

Sure it looks efficient when one creates a single line Dim statement but it really makes it harder when developing an application.

Dim i,j,k As Integer, s1,s2,s3 As String, etc. is neater and uses a few less bytes but is it really worth it?

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