> 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? And in VB, that would leave i, j, s1 and s2 all dimmed as Variant -- Steve Garman Using REALbasic 2006r2 Professional on Windows XP Pro _______________________________________________ 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>
