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
4 replies
-
Rich text fields are not suitable for parsing. They contain html. Please use 'Text (multiline)' instead.
Birger
-
Hello Birger, i use not rich text but 'Text (multiline)'.Sorry !. And how can parse it line by line?
-
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
-
Extra:) Many Thanks Leonid.
Content aside
- 2 yrs agoLast active
- 4Replies
- 3070Views
-
1
Following