PDA

Click to See Complete Forum and Search --> : Max index from control array


sandip
Jul 5th, 2005, 06:51 AM
How can I get max index from control array?
If some controls may be unloaded from array without traveling in control array with for each...

Hack
Jul 5th, 2005, 08:05 AM
Try using UBound.

Why is this in Network Programming?