Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Collection of User-defined Type

Status
Not open for further replies.

studybum

Programmer
Feb 24, 2001
14
0
0
US
Is it possible to create a collection of user-defined types. If so, how?

Thanks.
 
No, you can not put UDTs into a collection. You can put them into an array if you'd like. If you plan on using a collection, then consider using class objects rather than UDTs. The instantiated class objects can be stored in a collection. - Jeff Marler B-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top