|
-
Jan 15th, 2009, 02:05 PM
#1
Thread Starter
Hyperactive Member
Re: Strange Error
 Originally Posted by Pradeep1210
Shouldn't your declaration be:
Code:
Dim results() As Uri
Is there any declaration mistake? i tried declaring both globally and locally.
-
Jan 15th, 2009, 02:09 PM
#2
Re: Strange Error
 Originally Posted by yogesh12
Yeah i have Declared it as Global Variable.
No... I meant the position of brackets.
Dim results() As Uri
Dim results As Uri()
These two declarations mean two different things.
-
Jan 15th, 2009, 02:19 PM
#3
Thread Starter
Hyperactive Member
Re: Strange Error
 Originally Posted by Pradeep1210
No... I meant the position of brackets.
Dim results() As Uri
Dim results As Uri()
These two declarations mean two different things.
I got Error. Array cannot be Declared as New
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
|