Forum Discussion

swapnilk34's avatar
swapnilk34
Occasional Visitor
9 years ago

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>

 

No RepliesBe the first to reply