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: Shane Stanley <email@hidden>
- Date: Fri, 25 Oct 2013 21:37:34 +1100
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
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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