-
Working with multi-line text box
Hello
I have a text box with two of lines of text, let’s call it A.
I want to assign the sourceText of line 1 in (A) to a text layer (B), and assign the sourceText of line 2 to another text layer (C).
How do I grab the content before the “\r” and send it to text layer (B), and the content after the “\r” and send it to text layer (C)?
Thank you for your time.