Hi,
Can we have any way to get the name and type of each element in the structure?
e.g.
Public Type StaffSturct
Name as String
Surname as string
Age as integer
End Type
Dim PersonInfo() as StaffSturct
During in IDE mode, yes we will easily to get the name of structrue but How to get the element name of PersonInfo during runtime?
Can we have any way to get the name and type of each element in the structure?
e.g.
Public Type StaffSturct
Name as String
Surname as string
Age as integer
End Type
Dim PersonInfo() as StaffSturct
During in IDE mode, yes we will easily to get the name of structrue but How to get the element name of PersonInfo during runtime?