> In the absence of any one-line way to obtain either columns from
> tabbed text
> or a single dimension of a multidimensional array, to use text I step
> through each line, and then each item, making a list of items for each
> column.  For the array, I step through the keys doing roughly the same
> thing.

Have you tried building an array using "ColumnName,RowNumber" as keys then
filtering the keys for "ColumnName,". You should then have direct access to
that column.

Reply via email to