<HTML>
<HEAD>
<TITLE>RR & Adobe InDesign</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">I know I must be doing something wrong, but what is the syntax for sending applescripts to Adobe InDesign?<BR>
<BR>
Contents of vScript is:<BR>
tell application "InDesign 2.0.1"<BR>
activate<BR>
set theDocument to active document<BR>
set find preferences to nothing<BR>
set change preferences to nothing<BR>
search for "fourth" in theDocument replacing with "4th"<BR>
end tell<BR>
<BR>
But when I use <BR>
     send vScript to program "InDesign 2.0.1"<BR>
Nothing happens...<BR>
<BR>
When running the above script in ScriptMaker nooooooooo proplem...<BR>
<BR>
I had the same problem in Supercard a while back... <BR>
The command in SC is <BR>
     get script(do,"AppleScript",vScript)<BR>
<BR>
But this (duhhh) doesn’t work in RR...<BR>
<BR>
Who can help, who has experience with this???<BR>
<BR>
Many thanks in advance,<BR>
<BR>
Ton</FONT>
</BODY>
</HTML>