At 12:03 AM +0100 4/13/06, Mark O'Neill wrote:
Vendors() As String
...or maybe...
Vendors(0) As String
If you want it to be an array then it has to be (-1)
No, either of the two declarations above also creates an array. (-1)
is equivalent to (), i.e., makes an empty array. (0) creates an
array with an initial upper bound of 0.
Best,
- Joe
--
Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
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>