
01-14-2004, 07:58 PM
|
 |
Codeaholic
Retired Leader * Guru *
|
|
Join Date: Oct 2002
Location: Winnipeg, MB, Canada
Posts: 4,543
|
|
|
uhhh, arrays don't have columns. You can create a multi-dimension array if thats what your talking about, but there are no dimension/column names.
To search an array you have to loop through it. If you want to do a wildcard search you would have to loop through the array and perform whatever type of compare you wished on each array item.
If you wanted to store name/address/phone in an array, you could create a user-defined type or a class, and create an array of those.
|
__________________
There are 10 types of people in this world, those that understand binary, and those that don't.
|