• 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: How to access raw data (as seen in chevron syntax)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to access raw data (as seen in chevron syntax)


  • Subject: Re: How to access raw data (as seen in chevron syntax)
  • From: Emmanuel LEVY <email@hidden>
  • Date: Fri, 2 Jul 2010 10:23:29 +0200

Use the normal write command... but specify "as string" otherwise you'll get a zero inserted between bytes, no?

Emmanuel


On 2/7/10 8:36 AM, "Matthew Strange" <email@hidden> wrote:

I've got a PICT resource on the clipboard and I'm trying to use
AppleScript to write that data into a file. I can see the raw data
(represented within chevrons as picture:data PICT264C...) but I can
not figure out a way to actually get at those bytes.

If you run "clipboard info", you'll see the type of the pic. Use that in:


set x to the clipboard as <what you found>

To write it to file, use the normal write command but fill the first 512
bytes with nothing first.


--
Shane Stanley <email@hidden>



_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden

_______________________________________________ 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
  • Follow-Ups:
    • Re: How to access raw data (as seen in chevron syntax)
      • From: Shane Stanley <email@hidden>
    • Re: How to access raw data (as seen in chevron syntax)
      • From: Tommy Bollman <email@hidden>
References: 
 >Re: How to access raw data (as seen in chevron syntax) (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Sort not case sensitive
  • Next by Date: Re: How to access raw data (as seen in chevron syntax)
  • Previous by thread: Re: How to access raw data (as seen in chevron syntax)
  • Next by thread: Re: How to access raw data (as seen in chevron syntax)
  • Index(es):
    • Date
    • Thread