|
-
Dec 30th, 2011, 08:03 PM
#1
Thread Starter
New Member
What is the difference in declaring an array like this?
I have a problem understanding the proper way to make use of this. What is the difference between these two examples, and could someone please make use of both examples in two simple functions. Intellisense comes up with different alerts for both, so it's a little confusing.
Code:
Dim test1 As String()
Code:
Dim test2() As String
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|