0

Rich text
Hello, I have a Rich text with many line. To end of every line i have a CR. Now with a function of text or another how can find then CR position. In a other word i need to parse line by line the rich text fiel.
Thanks
Like Follow
4replies
-
You can convert the multiline text into an array. The command is
---
split (Multiline field, "
")
---
Then you can use a loop to place all the array members in other fields. Here's a link:
https://www.dropbox.com/s/fqpihfu2iu2lrzh/MULTILINE%20PARSE.ninox?dl=0
Leo