Declaring the property as variant should do it. I would suggest that you prefer using a collection. These are more suitable and offer more accuracy in handling. The prob is that you'll have to declare a new class to handle the collection since a collection is an object. However, VB6 automatically creates the collection class file for you if you use the Class Wizard.
HTH Paul -----Original Message----- From: .ben [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] VB class programming Hi. Does anyone here know how to make a Class in VB6 which has an array as one of its properties? Any help appreciated. .n ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
