|
-
Apr 17th, 2003, 09:55 AM
#1
Thread Starter
Addicted Member
Declared array globally
Why I can't I do the following and get it working?
Dim intNumbRank As Integer = CInt(txtRank.Text())
Dim aryRank(intNumbRank) As Integer
I want to declare the Array as global for the Class or Form so I can use the array any where on the form. But I always get an blue underline under the variable intNumbRank inside the parenthesis. Please help me correct my code.
Many thanks in advance!
Chong
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
|