Hi
I m trying to modify a program which has a large 2 dimensional array. This dimensions are the records and then the fields on the records (a CSV file is read into this array).
I can refer to the complete array as vArray() and a single element as vArray(5,5) (for example).
Is there any way I can refer to all the elements of one dimension of the array. Something like vArray(5,*)
All the best
Keith
I m trying to modify a program which has a large 2 dimensional array. This dimensions are the records and then the fields on the records (a CSV file is read into this array).
I can refer to the complete array as vArray() and a single element as vArray(5,5) (for example).
Is there any way I can refer to all the elements of one dimension of the array. Something like vArray(5,*)
All the best
Keith