Re: Avoiding repetition
Re: Avoiding repetition
- Subject: Re: Avoiding repetition
- From: Bernard Azancot <email@hidden>
- Date: Sun, 18 Jul 2004 19:01:51 +0200
Thanks for all your excellent suggestions on this thread.
Everything works now like a dream. I have learnt a lot of things. My
script has lost a lot of lines and could be soon reduced to a simple
word... ;-)
Now another "avoiding repetition" detail I have noticed today:
If I write:
--
duplicate {FolderA, FolderB} to FolderC with replacing
--
The 1st folder: FolderA is the only one to be copied
I am obliged to write instead:
--
duplicate FolderA to FolderC with replacing
duplicate FolderB to FolderC with replacing
--
Is it a known bug or an unknown from me, AS "feature"?
Yours.
Bernard
_______________________________________________
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.