Page 1 of 1

Problems with "Read From Text File"

Posted: Mon Aug 26, 2013 6:05 am
by alibaba
Hi,

if I use "Read From Text File" function to read a file I get the error that after reading the first line contains strange symbols. The file to read is ANSI and it starts with following line:

# application startup properties

after writing the line back to file ("Write into Text File") it contains the following:

# application startup properties

Our application has problems reading that file. And I am modifiing the file only in line 4 and 5. What can I do to avoid this bug?

Best regards!

Re: Problems with "Read From Text File"

Posted: Mon Aug 26, 2013 11:09 am
by FrancescoT
Dear Alibaba,

have you tried with adding an empty string at the very beginning of your text file?

Regards

Re: Problems with "Read From Text File"

Posted: Tue Aug 27, 2013 11:50 pm
by alibaba
Hi Francesco,

I solved the problem by directly editing the file, without reading and writing it back. But this was always working until IA 16 or 17.