I'm stuck...
# Chr(10) returns a linefeed character
# Chr(13) returns a carriage return character
I am writing to a text file and when I use either Chr(10) or Chr(13), I get data written on file on a new line however the difference I see is if (and that breaks my program) is Chr(10) returns 2 lines at the very end. It's very strange. When I use Chr(13) it returns only one line at the end which is perfect.
Also, I read some post and suggests using both but that gives me double lines at the end as well...
Anyone have more info on these two Chr's?
![]()