Sorry for a delayed feedback.
I am getting by inserting chr(10) the effect of both line feed + carriage return. Apart from that I am getting a non-printable character in addition.
The current work around being used to get rid of this is to open the file in textpad and save in PCDos format.
Any other elegant solution is welcome.
Main Topics
Browse All Topics





by: moorhouselondonPosted on 2008-06-21 at 01:47:35ID: 21836890
chr(10) is the LineFeed character.
On its' own, this is the effect it has. Is this what you want?
Most apps do a chr(13) + chr(10)
which is carriage return + line feed, so that the text not only goes onto the next line, but returns to the left hand side as well, as in this example