• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
      • From: Barry Wainwright <email@hidden>
  • Prev by Date: Re: How do I delete the 1st three characters from a variable
  • Next by Date: Re: How do I delete the 1st three characters from a variable
  • Previous by thread: Re: Making Folders
  • Next by thread: Re: Save text to file (Applescript-users Digest, Vol 3, Issue 10)
  • Index(es):
    • Date
    • Thread