H Herfried K. Wagner [MVP] Feb 3, 2005 #2 Prabhudhas Peter said: I have a Class. Now i want to create an Array of Object for that class.. Click to expand... \\\ Dim MyFoos(9) As Foo For i = 0 To MyFoos.Length - 1 MyFoos(i) = New Foo() Next i ///
Prabhudhas Peter said: I have a Class. Now i want to create an Array of Object for that class.. Click to expand... \\\ Dim MyFoos(9) As Foo For i = 0 To MyFoos.Length - 1 MyFoos(i) = New Foo() Next i ///
G Guest Feb 3, 2005 #3 Dear Herfried K. Wagner Thank U for ur reply...I'll try this...& check whther it solves my problem thank u..
Dear Herfried K. Wagner Thank U for ur reply...I'll try this...& check whther it solves my problem thank u..