-
Junior Member
Writing flat file line by line
Hi all,
When I am trying to write to flat file using Win Runner it is writing all the information in a single line.
i'm trying to write line by line but i'm unable to write it.
can anybody tell me how to write it?
-
Expert Member
Re: Writing flat file line by line
Hi Venkat,
Try opening the file in Append mode prior to writing.
file_open(filename, FO_MODE_APPEND)
cheers...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules