Is there a way to display a string with multiple \n in it (coming from external function) in fpar? #511
Replies: 2 comments 1 reply
-
Not from my memories.
It does not work because you are using a list and it's not what the function is expecting. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
-
Works like a charm, thank you!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to insert a formatted paragraph for a line of text with a number of soft returns.
Their number will vary. Is there a way to display them other than manually building a list of elements and function calls passed to fpar?
How to do it properly?
produces in the resulting docx a line of text: aaNULLbbNULLccNULLddNULL
My goal is to obtain:
aa
bb
cc
dd
Beta Was this translation helpful? Give feedback.
All reactions