Det jag ska göra är: "Use Structure to create variables that can hold the names and addresses of your class mates. Make an array (name it for example “MyClass) of such variable type (the type is “Classlist”) and fill it with your own class list. Finally, make them print nicely in a File."
Det jag har att utgå från är:
Structure ClassList
Public Name As String 'String variable stores a name.
Public BirthDate As Date 'stores a birthdate.
Public MyAddressStreet As String 'stores address
Public MyStreetNo As Integer 'storesstreet number
End Structure
Så hur skulle ni göra?
Min internetkuk är alltid större än din.