help with multidimensional arrays
I'm starting my first program in VB .NET, and it's just a simple address book (name, phone numbers, address, email and maybe a few dates). And i'm not really sure how to use arrays. The way i'm doing it is i'm gonna use a list box i think that displays the contacts and the phone numbers, and when you click on a name you can display that information. But i need to know how to save information to an array, access it at any given point in the array, and edit or delete infromation from the array. And i really have no clue on how to go about doing this. Any help would be greatly appreciated.