I wrote a script at work and posted it to our PC-based server. I am trying to get it from a remote login and when I open it, the code has changed. It’s mostly in my “tell Indesign” statement… things like the prefs assigned to make a doc read like this:
tell application “Adobe InDesign CS6”
–makes new doc with set properties
set myDoc to make new document with properties {«class dcpp»:{«class pwdt»:docWidth, «class phgt»:docHeight}}
--sets measurements to inches, just in case they're on metric
tell «class vwpp» of myDoc
set «class vunt» to «class zinc»
set «class hunt» to «class zinc»
end tell
I’ve downloaded scripts before and never had this problem. I recently installed Norton Antivirus on my computer and thought that might have something to do with it. I’ve disabled everything possible in the software and tried re-downloading my script but it does the same goofed-up script when I download it.
I was going to just re-write the portions of the script that were changed but it turns out to be a lot more than I expected.
Any ideas?
I appreciate any feedback!
Thanks,
Chrissy