Re: FileMaker reports an error
Re: FileMaker reports an error
- Subject: Re: FileMaker reports an error
- From: Shane Stanley <email@hidden>
- Date: Tue, 26 Mar 2002 08:44:46 +1100
On 26/3/02 4:26 AM +1000, Jan Erik Mostrvm, email@hidden, wrote:
>
I'm trying to embed a script in a FileMaker script, but FileMaker keeps
>
complaining there is an error in the code and it can't be compiled. This is a
>
short (the real script is a bit more useful 8-) script which gives the error.
>
>
on run
>
set y to "avavava"
>
write y to mainIndex
>
end run
>
>
FileMaker complains that it expected end of line after 'write' but found "y".
>
>
Script Editor compiles this just fine. Anyone knows what the problem is?
Put the write command inside a "tell app SomethingButNotFMPro" construct.
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.