/ Id-Extras Forum / Document Action Close script? / Reply To: Document Action Close script?
August 19, 2022 at 11:57 am
#6929
Participant
Glad it you managed to get it work!
For line breaks, try adding \r wherever a line break is needed in the script string (usually after each semicolon, etc.)
If that doesn’t work, maybe \r\n or \n\r (line break + new line)
-
This reply was modified 9 months, 3 weeks ago by
~~Ariel~~.