Re: Booleans in AS
Re: Booleans in AS
- Subject: Re: Booleans in AS
- From: John Cochrane <email@hidden>
- Date: Thu, 07 Mar 2002 23:53:03 +1100
Matthew Smith wrote: The line:
>
>
set folName to folName & cnt
>
>
is the problem. The first time folName is the concatentation Test and 1. The
>
next time it is Test1 and 2, the third Test12 and 3. Maybe the line should
>
be:
>
>
set newFolName to folName & cnt`V1and then use newFolName when making the folder.
>
I just discovered that changing the line to
set folName to "Test" & cnt
works, which is the same as your suggestion really. Thanks for the reply.
John
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.