When does "item x of" auto-iterate?
When does "item x of" auto-iterate?
- Subject: When does "item x of" auto-iterate?
- From: Thomas Summerall <email@hidden>
- Date: Mon, 17 Mar 2008 13:19:20 -0400
set myList to { {"a","b"}, {'"c","d"} }
item 1 of my List
returns {"a","b"} as expected
tell application "Finder"
set myDisks to disks
set firstDisk to item 1 of myDisks
end tell
returns the first volume, as expected.
tell application "Finder"
set myItems to item 1 of disks
end tell
returns a list containing item 1 of each volume. Kind of neat, but why? Bug or feature?
Thomas Summerall
_______________________________________________
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