[Lowfer] Basic / VB Issues

Peter Barick [email protected]
Tue, 26 Mar 2002 11:54:28 -0600


>>> [email protected] 03/23/02 05:55PM >>>
<<klip>>
>>One last question.  What's the maximum array size in VBASIC?

>>Thanks,

>>Ed
------------------------------

If by array size you mean "dimensions," my McFedries "VB for
Applications" (SAMS) text says 60, p. 56.

If, however, you might mean the size of, say, a single dimensioned
array using an integer index, then it will be limited to the max value
of an integer, 32,767, or that many cells. [Actually, 32,768, as 0 is by
default the first indexed cell.) Though I have not used dimensions of
this scope, I have found no other restrictions about them.

Cheers, Peter