I am writing a text file using Writeline but the output does not give me new lines on each write. However if i copy and paste the line (it is a continuing line) the output is correct.
How do i write the line so that when the file is opened it opens correctly? so that it is easier to read
Thanks
Joe
It's Ok i found the answer by using Write and appending chr(13) & chr(10)
How do i write the line so that when the file is opened it opens correctly? so that it is easier to read
Thanks
Joe
It's Ok i found the answer by using Write and appending chr(13) & chr(10)
Last edited: