Re: FileMaker Scripts Won't Compile
Re: FileMaker Scripts Won't Compile
- Subject: Re: FileMaker Scripts Won't Compile
- From: Emmanuel <email@hidden>
- Date: Thu, 11 Jan 2001 19:07:02 +0100
At 23:35 +0100 10/01/01, Eric Schult wrote:
>
I'm having trouble with a set of Applescripts I'm trying to run from within
>
Filemaker Pro 5's Scripts menu.
>
>
[...]
>
>
What follows is the script that produces the "Stack overflow" error. Any
>
thoughts?
>
writeToFile ("<html>" & return & "<head>" & return & "<title>" & htmlTitle &
>
"</title>" & return & ,
[...]
>
appendToFile "<tr>" & return & "<td>" & adNumber & "</td>" &
>
return & return & ,
[...]
Too many ampersands ("&"), I think.
Emmanuel