HI
I might be wrong but as far as know
Dim s() as string
can have an initial bounds ie Dim s(5) as string at design time
when you know the size of the array
and Dim s as string() can not. You would need to use the
redim method at runtime to set the bounds of the array
You can also use redim on Dim s() as string as well
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.