Thread
:
Redim Problem
View Single Post
Sep 22nd, 2004, 11:15 AM
#
6
Ooble
I eat cake for breakfast.
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power:
9
In VB (not sure about VB .NET, but as you're not using that, it's irrelevant), if you want to redimension an array, you have to define it without any dimensions:
(
Toggle Plain Text
)
Dim primes() as Integer
Dim primes() as Integer
Then redimension it at the start.
__________________
Me
::
You
::
Them
Ooble
View Public Profile
Visit Ooble's homepage!
Find More Posts by Ooble