A while a go I wrote an applescript that did a lot of useful operations for me.
A part of it was to create a string that contained some “\n” like for QR CODE generation in InDesign.
Somestring\nSomeotherString\nThirdString
As you cannot write \n in applescript - it causes libebreaks inside the script,-I used some characters instead of the ,\n’ s like “#$%” and had a bash script replace them with “\n”. Now I was wondering if there’s a better method with object c to get a string that contains multiple “\n”