Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20073

Can I add newline charas between Req & Resp in Using File(myOutFile).append(msg)

$
0
0

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>

 


Viewing all articles
Browse latest Browse all 20073