Re: Set Selection with a list of items
Re: Set Selection with a list of items
- Subject: Re: Set Selection with a list of items
- From: Irwin Poche <email@hidden>
- Date: Sat, 06 Oct 2001 13:05:58 -0500
Now I know why I was stumped. What never dawned on me was that my single
item command had "items" in it but the list form had neither "items" nor
"file" in it.
I thought that adding "item" to the assign statement would do it. Either
"item" or "file" attempts to resolve at compile time...
set selectionItems to {,
{item "Note Pad File", item "Scrapbook File"}, ,
"Main Identity", ,
"Hosts"}
It looks like I have no choice but to use a loop to either set up the an
appropriate list -or- to set each item individually. Do you agree ?
-Irwin