I have a TextBox component in an interactive automation script displaying a piece of text from a dataset that can contain NewLines (\r\n).
I want the user to edit this text, and when he does, the content (.Text) of the textbox seems to have lost the NewLines: when I print it in an info message I don't see \r\n anymore.
Does this component replaces NewLines with something else?
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best
Seems like after editing the textbox the \r\n is replaced by a single \n.
Mieke Dryepondt [SLC] [DevOps Advocate] Unselected an answer