Array to Arraylist

lester

Newcomer
Joined
May 29, 2003
Messages
9
Can someone pls let me know how can I use an arraylist instead of using array as the code below??

Dim AryChildForm() As frmChild

TIA.
 
What Wyrd said and remeber that you will have to cast a member of arraylist to the specified type becuase arraylist return objects as the Object type.
 
Back
Top