Is there such an animal as an associative array in VB? In other words an index into an array with a value other than an integer...for example
myArr("Toyota"
= "Red"
myArr("Nissan"
= "Blue"
myArr("Ford"
= "White"
myArr("Chevy"
= "Purple"
you get the idea...is it possible to do this in VB?
Greg
myArr("Toyota"

myArr("Nissan"

myArr("Ford"

myArr("Chevy"

you get the idea...is it possible to do this in VB?
Greg