On 5/3/05 3:13 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote:

> The "repeat with" in AppleScript expects an AppleScript list which is
> in the format:
> {"first item", "second item"}
> 
> Try this (or some minor variation):
> set fileList to "{" & <path to file 1> & "," & <path to file 2> & "}"
> 
> Cheers,
> Sarah

I'll give that a try Sarah. I had tried the comma and a few other
characters, but didn't think to have the brackets.

Thanks,
Marty Knapp

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to