-
After Effects Scripting – Line break in text field?
I have a script that imports a tab delimited text file and it doesn’t recognize line breaks in the text file (because they are considered new records).
Is there a function I can use to replace characters with a new line? (and what does AE expect? \n ? \r ? \r\n ?)