I am having some issues with the word get text formatting. I have a word file and I call the read function and output it to a variable - say read_output.
When I print the variable with the trace function the formatting looks all nice, for example:
Info
My Sentence
More Info
However, when I write my variable to a .txt file and open it the formatting is all messed up. It will end up looking like
InfoMy Sentence More Info
Does anybody know how I can fix it to format the same way it would as if I just logged the variable?