hello
I would like to know if it is possible to store an array within a structure. For examples for recording people with more than one name. Like this:
Structure Product_Reccord
Dim PNames(3) as string
end structure
It is giving me an error, help please!!