Hello
Is/how possible to dimension a array that has the i dimension of an integer and the j dimension of an array that is a parsed string.
What I am doing is reading a file line by line. On each line I am parsing it into a string array. I want to then store in an other array(or is it technically a vector) those parsed lines that became a string array. I then want to be able to access each element of each line for all lines using LBound and UBound on the string array or j dimension.
How scrambled is this? Can it be done easily?
Is/how possible to dimension a array that has the i dimension of an integer and the j dimension of an array that is a parsed string.
What I am doing is reading a file line by line. On each line I am parsing it into a string array. I want to then store in an other array(or is it technically a vector) those parsed lines that became a string array. I then want to be able to access each element of each line for all lines using LBound and UBound on the string array or j dimension.
How scrambled is this? Can it be done easily?