Can I add newline charas between Req & Resp in Using File(myOutFile).append(msg)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2015
06:11 AM
08-17-2015
06:11 AM
Can I add newline charas between Req & Resp in Using File(myOutFile).append(msg)
I am using "File(myOutFile).append(msg)" to save request & response in a file.
So the output file is like:
<Request>
<Response>
Can I add newline charas between Req & Resp so the output file will be:
<Request>
<Response>
0 REPLIES 0
