Re: Confusion with lists
Re: Confusion with lists
- Subject: Re: Confusion with lists
- From: Walter Ian Kaye <email@hidden>
- Date: Sat, 6 Dec 2003 13:35:41 -0800
At 01:09p -0800 12/06/2003, Mark Dawson didst inscribe upon an
electronic papyrus:
I'm confused on how to build lists in AppleScript. I have the
following code:
repeat with loop in Alist
if kind of (contents of loop) is "folder" then
I assume this is within a Finder tell block since 'kind' is a Finder term?
set Blist to (every file of loop)
Is Alist a list of lists? If you don't tell us what's actually *in*
your lists, it's hard for us to say whether a reference should work
or not.
What is Alist?
-boo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.