I can easily print the files when I use a literal list of files:
select {file pathToFile1, file pathToFile2, file pathToFile3}
print selectionThe 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.
Does anyone have a suggestion?
Regards,
Bruce Pokras [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
