Re: Chainmail AppleScript
Re: Chainmail AppleScript
- Subject: Re: Chainmail AppleScript
- From: Jon Pugh <email@hidden>
- Date: Tue, 2 Oct 2001 08:38:40 -0700
At 2:29 PM +0200 10/2/2001, Sander Tekelenburg wrote:
>
on my machine (Mac Os 9.1, AS 1.6, PGP7.0.3)
>
this doesn't compile :
>
>
tell app "PGP"
>
encrypt (theFile) to Recipient signature omitted reading plaintext writing
>
asciified
>
end
>
>
The error says:
>
>
"A to:Recipient can't go after this encrypt(theFile)"
I wonder if the () are making AS think it's a subroutine call, in which case it wouldn't be using the proper event syntax.
I also have the freeware version, and haven't tried scripting it.
Jon