I have a Macro which can read las file data if not wrapped
Data section usually comes as the last section of the file with a variable start row and consists of variable number of space separated columns usually with the depth in the first column
In case there are too many columns data will be wrapped (one line could be wrapped to 5 to 10 lines) which confuses my code.
My code can detect First and last row of data section plus the number of wrapped lines for each record
Concatenating wrapped lines takes very very long time
I need help in unwrap each record in memory before populating a source array to dump it on an Excel sheet
Can you clarify things?
What type of file are we talking about? Can't say from your description if it's excel, text word or any other type.
Best if you upload a sample source data and your code, to avoid starting something from scratch.