Hello,
I have a pretty huge UDT but I'm now converting it as a Class Structure. However I'm having issues passing from/to the nested class properties.
Example:
I've attached the Simple Project.Code:Dim testDB() As Class1_Main Private Sub Form_Load() ReDim testDB(0) Set testDB(0) = New Class1_Main testDB(0).Item(0).xName = "test" 'TEST isn't being passed on? MsgBox testDB(0).Item(0).xName 'EMPTY<<<<<<<<<<<<< End End Sub
Any help would be appreciated.






Reply With Quote
