Saving a Text File using list

Vinians2006

Active Member
Licensed User
Longtime User
Hi Im using a List type and add some strings and so creating a text file using lst.WriteList() to create that file. But its not adding the CRLF on the end of line.. How can I config it correctly to add CRLF ?
 

Vinians2006

Active Member
Licensed User
Longtime User
Android (linux) uses chr(10) as the end of line character. The same is true for File.WriteList.
Hum... ok, but then how can I write a file with CRLF ? I tryed with TextWriter and added CRLF constant in each line and used Write() method but the result was the same.
Thanks in advance!
 
Upvote 0
Top