Now I�m starting to panic...

This script works on OS X 10.2 but doesn�t on 10.3... Anyone care to
un-panic me? PLEASE!!!!

Put �tell application � & quote & �InDesign 2.0.2� & quote & cr into vScript
Put �close active document� & cr after vScript
Put �end tell� after vScript
Do vScript as AppleScript

The result is always �compiler error� when sending them from RR, when
executing the scripts in the script-editor they all work fine.
(Of course this is just a very simple script, the real ones are a lot
complexer...)


This one works fine:
Put �tell application � & quote & �InDesign 2.0.2� & quote & cr into vScript
Put �activate� & cr after vScript
Put �end tell� after vScript
Do vScript as AppleScript

Anyone any clues?

Regards,

Ton Kuypers

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to