Hi

I'm trying to use putdocx to automate a report. When writing long paragraphs, it seems I can't go into the next line. I once found a sign similar to /* */ (but a slightly different symbol) to break inside the string and was successful but I can no longer remember or find what the sign is. Does anyone know?

E.g.
putdocx text ("An electronic data capture system is being used for the x trial. This system groups electronic Case Report Forms (eCRFs) in to time-point based Events etc... ")

Would like to do:
putdocx text ("An electronic data capture system is being used for the x trial.
This system groups electronic Case Report Forms (eCRFs) in
to time-point based Events etc... ")

Thanks