6 messages in com.mysql.lists.win32Re: Another question.. Sorry...
FromSent OnAttachments
Thomas Trutt18 May 2004 12:47 
Corey Tisdale18 May 2004 13:11 
PF: MySQL18 May 2004 13:33 
Samuel18 May 2004 14:03 
Samuel18 May 2004 14:11 
Juan Pedro Reyes Molina18 May 2004 14:21 
Subject:Re: Another question.. Sorry...
From:Samuel (sam@socal.rr.com)
Date:05/18/2004 02:03:56 PM
List:com.mysql.lists.win32

----- Original Message ----- From: "Corey Tisdale" <cor@bbqguys.com> To: "Thomas Trutt" <ti@cornell.edu> Cc: <win@lists.mysql.com> Sent: Tuesday, May 18, 2004 1:11 PM Subject: Re: Another question.. Sorry...

I don't use VB all that much, but don't you have to dimension a variable and assign it a value on two seperate lines?

I don't use VB all that much either, but I think you are thinking of arrays. Probably it is confusing because "Dim" is used to declare variables of all types. In this situation, there are no arrays.

However Tom's sample code is also incomplete; it does not show any value being assigned to LocalData, so the declaration of it is superfluous. I think "LocalData As New" is also incomplete, since it does not say what to type create. "New" is used in VB to allow implicit creation of COM objects and is only used for objects.