for those that don't code in c++, a struct is like an array that has many different types of values in them(horrible explanition i know)
for example you could have a struct school and in school you could have number of students, test scores, ect...)

so anything like that in visual basic?