|
-
Jun 10th, 2006, 12:29 PM
#1
Thread Starter
Addicted Member
arrays
If i have an array that i've used to load other items
ex:
load object(2)
And then lets say i have 5 objects and i have somtin like this
ex:
for i = 0 to 5
object(i).caption = label1.caption
Next
How do i get rid of a control after i created it, then how do i use it to do the following with that code
ex: I want to remove object(3) but still have
for i = 0 to 5
object(i).caption = label1.caption
Next
to work
ty
Resizing
System Balloons
If your question is answered, please mark the thread resolved by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button.
Remember to rate a post if you find it helpful 
-
Jun 10th, 2006, 12:34 PM
#2
Fanatic Member
Re: arrays
You will need to use a For Each loop instead of what you are using
-
Jun 10th, 2006, 08:43 PM
#3
Re: arrays
Are you looking for this:
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
|