Re: List of aliases contains alias
Re: List of aliases contains alias
- Subject: Re: List of aliases contains alias
- From: KOENIG Yvan <email@hidden>
- Date: Fri, 11 May 2012 14:33:11 +0200
On 11/05/2012, at 10:16 PM, Christopher Stone wrote:
Hello Under 10.7.4 I don't got the odd result which you described.
Here is a sample code :
on open DroppedFiles set nbFiles to count DroppedFiles set {maybe, cnt} to {"", 1} repeat with anItem in DroppedFiles set maybe to maybe & cnt & " " & anItem & return set cnt to cnt + 1 end repeat display dialog maybe & nbFiles end open
The displayed dialog show that the count of dropped items is exactly what is returned by count DroppedFiles.
Yvan KOENIG (VALLAURIS, France) vendredi 11 mai 2012 14:32:45
|
_______________________________________________
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