I have a CS4 InDesign script written in Javascript. I'm trying to get it to work in CS5 but having problems.

I have read online that adding the line...

app.scriptPreferences.version = 6.0;

Will cause the Script to be read as it would be in CS4, however I have added the line of code and it seems to have no effect.

Except causing the following to be written at the end of errors...

"Interpreter: CS4 (6.0)"

link|improve this question

3  
Luckily, we can access your computer and see your script. – Zirak May 27 '11 at 14:33
Yeah there's really nothing to be said without seeing the script or error messages. You could try removing one thing at a time until it runs. – MatsT May 30 '11 at 13:25
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.