T
Tod
Okay, I'm going to try something new, so everybody duck!!
I want to have an array that already has one dimension
filled in, then have the second dimension filled in at
run time. So if the first dimension is:
Earl
Larry
Fred
Janet
Carrie
I want to add values based on the name. The values will
not always come in the same order as the names. Is there
a way that I can "search" the array for the name and then
add the value next to the match?
tod
I want to have an array that already has one dimension
filled in, then have the second dimension filled in at
run time. So if the first dimension is:
Earl
Larry
Fred
Janet
Carrie
I want to add values based on the name. The values will
not always come in the same order as the names. Is there
a way that I can "search" the array for the name and then
add the value next to the match?
tod