Can you access line enders in text pasted into fields in script pop ups?
Posted: Tue May 19, 2026 9:43 am
Just curious if it's possible to access the line enders when pasting text into a text box of a pop-up script control?
It looks like they are there when pasted, but so far haven't been able to access them. They don't seem to exist during string processing.
So far, I have the script use a text box for short text, and open an external file and read lines for long text with line breaks. If possible, it would be nice to paste into a field and use that text to read line by line.
I've tried searching and looping on line enders in the field text as the line enders are there when pasted. It just seems the line enders aren't "real" if you know what I mean.
It looks like they are there when pasted, but so far haven't been able to access them. They don't seem to exist during string processing.
So far, I have the script use a text box for short text, and open an external file and read lines for long text with line breaks. If possible, it would be nice to paste into a field and use that text to read line by line.
I've tried searching and looping on line enders in the field text as the line enders are there when pasted. It just seems the line enders aren't "real" if you know what I mean.