arrays of structs
I need to enter data for 14 people with 3 fields of data for each. I have made my struct, and declared my array. I am, however, a little confused about where to start with "parsing" the fields from my textbox to my array..
array[1].personsName = whatever.TextBox.Text...
is something like that correct? How far off am i?
Seymour
|