A couple of ideas:
1. try using:
repeat for each item f in filelist
select f
print selection
end repeat2. In the literal list, you have the word file. Does the variable contain the word "file" for each item? If so, how about using the word "alias". I don't know if it will make any difference, but it would be worth a try.
Cheers, Sarah
On Monday, March 3, 2003, at 08:57 am, Bruce A. Pokras wrote:
I can easily print the files when I use a literal list of files:
select {file pathToFile1, file pathToFile2, file pathToFile3} print selection
The problem comes when I try to use a variable to hold the list:
select variableName (where variableName holds an AppleScript list) print selection
That always gets me an "Invalid key form" error.
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
