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: Allen Watson <email@hidden>
- Date: Sat, 06 Oct 2001 23:06:47 -0700
On Sat, 06 Oct 2001 12:02:55 -0500 Irwin Poche <email@hidden>
wrote:
>
Michelle,
>
>
With theFolder being "TiBook:System Folder" the
>
>
select {"Note Pad File","Scrapbook File"} of folder theFolder
>
>
results in nothing being selected.
>
>
select {alias "Note Pad File", alias "Scrapbook File"} of folder
>
theFolder
>
>
results in "File Note Pad File was not found"
>
First case: You cannot specify a list of items in a folder like that...
Second case: The alias form requires a full path for each item, as in
Michelle's example. If "theFolder" is "HardDisk:System:" then you would need
to say:
Select {alias "HardDisk:System:Note Pad File", alias
"HardDisk:System:Scrapbook File"}