H
Hege M
Hi!
I have a multidimensional array liste() which I declare dynamic.
But when I try to redimension it it wan't work.
ReDim list(1,7) works OK, but Redim Preserve liste(1,7) works the first time
around but then I get error.
I would like to be able to set the array just the size I need and I read
records from a textfiloe into the array så I don't know the size when I start.
How can I put this right?
I have a multidimensional array liste() which I declare dynamic.
But when I try to redimension it it wan't work.
ReDim list(1,7) works OK, but Redim Preserve liste(1,7) works the first time
around but then I get error.
I would like to be able to set the array just the size I need and I read
records from a textfiloe into the array så I don't know the size when I start.
How can I put this right?