hi all,
I am using the following to write a text file:
...Settings#Chr(13)##Chr(10)##Chr(10)#UserName=admin...
the #Chr(13)##Chr(10)# gives me carriage return and line feed;
the text file looks like this:
.
.
.
Settings
UserName=admin
.
.
.
now, if the text file is opened in a note pad, edited, saved, and then reopened, the text file will look like this:
.
.
.
SettingseditedpartUserName=admin
.
.
.
basically, all line feeds and carriage returns are stripped out.
any advice as how to prevent this?
Sylvano
dsylvano@hotmail.com
I am using the following to write a text file:
...Settings#Chr(13)##Chr(10)##Chr(10)#UserName=admin...
the #Chr(13)##Chr(10)# gives me carriage return and line feed;
the text file looks like this:
.
.
.
Settings
UserName=admin
.
.
.
now, if the text file is opened in a note pad, edited, saved, and then reopened, the text file will look like this:
.
.
.
SettingseditedpartUserName=admin
.
.
.
basically, all line feeds and carriage returns are stripped out.
any advice as how to prevent this?
Sylvano
dsylvano@hotmail.com