I want to be able to have an array defined in this way:
nameofarray(,2)
where I then iterate through a recordset that I get via a query, and for each new entry, insert a name into the first index, and their email in the second index. For instance:
nameofarray(0,0)="James"...