Re: iPhoto returns a real number as a photo id
Re: iPhoto returns a real number as a photo id
- Subject: Re: iPhoto returns a real number as a photo id
- From: Shane Stanley <email@hidden>
- Date: Mon, 14 Jun 2010 09:18:07 +1000
- Thread-topic: iPhoto returns a real number as a photo id
On 14/6/10 3:35 AM, "Rob Lewis" <email@hidden> wrote:
> IIRC, all the photo id's I've fetched seem to always start with "4." and end
> with "E+9".
Then they've probably all been integers, not reals. Try:
tell application "iPhoto"
set x to id of some photo
end tell
class of x
--
Shane Stanley <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