Rev & Applescript
Marty Knapp
martyknapp at comcast.net
Tue May 3 18:20:09 EDT 2005
On 5/3/05 3:13 PM, "Sarah Reichelt" <sarahr at genesearch.com.au> 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
More information about the use-livecode
mailing list