• 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: Photoscripting IPTC captions.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Photoscripting IPTC captions.


  • Subject: Re: Photoscripting IPTC captions.
  • From: "Mohamed Shams" <email@hidden>
  • Date: Sat, 12 May 2001 03:27:47 -0400

> set captionInfo to current document's file info
> end tell
>
> tell application "Finder"
> display dialog captionInfo -- THIS FAILS CAN'T MAKE STRING
> end tell


This will fail because file info is returned as a record not as a single
text variable... The file info record consists of many fields, and you would
want to decide which field(s) you want to retrieve and do this for example
(added to your existing script)

set bylinetxt to byline of captionInfo
display dialog bylinetxt


  • Prev by Date: Re: How to crash a RegEx droplet... - SOLVED
  • Next by Date: Re: Homepage
  • Previous by thread: Re: Photoscripting IPTC captions.
  • Next by thread: Wake up action
  • Index(es):
    • Date
    • Thread