J
John
Hi
I have an array of structure as below;
Structure Section
Structure MasterTable
Dim Name As String
End Structure
End Structure
Dim Sections(10) As Section
When I try to use Sections(0).MasterTable.Name = "MayTable" I get the
'Reference to a non-shared member requires an object reference.' error.
What is the problem and how can I fix it?
Thanks
Regards
I have an array of structure as below;
Structure Section
Structure MasterTable
Dim Name As String
End Structure
End Structure
Dim Sections(10) As Section
When I try to use Sections(0).MasterTable.Name = "MayTable" I get the
'Reference to a non-shared member requires an object reference.' error.
What is the problem and how can I fix it?
Thanks
Regards