Hi, I am a newbie to learn scripting.
Currently i am working on Adobe Indesign CS6 Scripting Tutorial, i go through step by step a bout "Hello Word" lesson.
Step one of the lesson work fine
Step two, when i copy and paste the improve "Hellow World" script to the first one i get this message:
Any suggestions.
Windows 7
Indesign CS6 ME 8.0.1
Adobe ExtendScript Toolkit CS6
the myPage and myDocument values are swapped in the following two lines:
var myBounds = myGetBounds(myPage, myDocument);
function myGetBounds(myDocument, myPage);