Re: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
Re: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
- Subject: Re: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
- From: Barry Wainwright <email@hidden>
- Date: Fri, 06 Jan 2006 12:27:11 +0000
- Thread-topic: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
On 5/1/06 23:23, "Jonathan Levi, M.D." <email@hidden> wrote:
> On Thu, 5 Jan 2006 13:40:22 +1000, BigKM <email@hidden> quoted
> Mark Lively <email@hidden>:
>
>>> Set LUN to open for access "~/file.txt" with write permission
>>> write theText to LUN as text
>>> close access LUN
>>>
>>> -Mark
>>> LUN=lib$getlun()
>>> OPEN (LUN,AFILE,ACCESS=WRITE)
>>> WRITE(LUN,*)theText
>>> CLOSE(LUN)
>>> CALL lib$freelun(LUN)
>
> What language is the lower-level version of Mark's AppleScript,
> please? Is there an automated way to produce it, and is there a way
> to use it?
>
> Thanks,
>
> Jonathan
I suspect Mark was having a flash-back to a previous existance.
Could you run applescript under VMS?
--
Barry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden