Forum Discussion
No RepliesBe the first to reply
Related Content
- 13 years ago
- 7 years ago
Recent Discussions
- 4 days ago
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>