Forum Discussion

dhundley's avatar
dhundley
Regular Contributor
2 years ago
Solved

opentextfile with no line break on last line

i'm using the aqFile.OpenTextFile and the WriteLine to open a text file and write lines to it. according to the smartbear documention for writeline:   Use the  WriteLine  method to write the spec...
  • dhundley's avatar
    2 years ago

    ok. never mind. figured it out on my own. instead of writeline i have to use write and then on all but the last line tag on an extra "\n" to the print line.