Re: Applescript complaining about accessing and writing to a file
Re: Applescript complaining about accessing and writing to a file
- Subject: Re: Applescript complaining about accessing and writing to a file
- From: Paul Taylor <email@hidden>
- Date: Fri, 25 Oct 2013 12:48:55 +0100
On 25/10/2013 11:37, Shane Stanley wrote:
On 25 Oct 2013, at 9:02 PM, Paul Taylor <email@hidden> wrote:
I cant see how I can take the write out of the tell block
Change this:
write nextline & "\n" as "utf8" to fileref starting at eof
to this:
tell current application to write nextline & "\n" as «class utf8» to fileref
Thanks very much Shane that fixes it.
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden