(Applescript) do javascript command no longer works in 25.1
Hi we got plenty of script in our workflow, and since the 25.1 update the scripts no longer work. (Was working in 25.0.1)
They all have 1 thing in common,
tell application "Adobe Illustrator"
do javascript "JAVASCRIPT CODE HERE"
end tell
Nothing works and i'm resulted with:
missing value
Whatever is inside the quotes, nothing works, we always get the missing value as as result
I tried to copy my Javascript code in a .jsx file and open it from the applescript and it worked but we cant link a .jsx file there as variable data is injected in the script.
Is there something different in the way 25.1 handles javascript inside an applescript versus all the Illustrator previous versions?
Thank you for your help!
