|
-
Jan 21st, 2010, 09:42 AM
#1
Thread Starter
Member
Converting from VB6 to VB.net 3.5
I am converting my project from VB6 to VB.net 3.5 and
at one place i have declared private variable a() as variant
and i am using some place as b =a(index,0)
it will work in VB but gives me error in VB.Net
the error is Number of Indices exceeds the number of dimensions of the indexed array.
Please help me
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
|