Been far too long since I've worked with VB (Although I've never done this) and I've heard of how to do this before, but I don't remember. I want to have a variable named item with several different variables underneath it (If I remember correctly this has something to do with enumerations) so I can have like item.number = 3 and item.description = 4

not really needed per say, just makes my coding look cleaner, for my own sake.

Any help on how to do that??