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: "Jonathan Levi, M.D." <email@hidden>
- Date: Thu, 5 Jan 2006 18:23:05 -0500
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
_______________________________________________
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