|
-
Jun 20th, 2002, 12:16 AM
#1
Thread Starter
Junior Member
How to find out if control array element exists
I've got a program that creates and deletes control array elements at runtime. I'm relatively new to VB, so I don't know how to check to see if an element exists. I want something along this line though
If controlArray(x) does not exist
Load controlArray(x)
else
Unload controlArray(x)
I tried isEmpty and isNull, but those seemed to return false regardless of whether the control array element was set or not
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
|