Hi,
I have a problem importing a file into Excel. Problem is that Excel doesn't recognize the new line character used in the file. The following code puts all data into one line, while I need to have them seperated. Working with the ResultStr results in an 'out of memory' exception. (I actually only need one particular line from my file.)
The automatic way does work, but this will chop off the wanted line to 256 chars. (line 8, the one with all the '--')
Anyone knows the best way to fetch that line of code from the file?
thanks in advance,
Sven
*update*
apparently, the automatic way doesn't chop off other strings longer then 256 chars. It only does that with the '--'-line?
Bookmarks