Re: How to speed up execution time of this script
Re: How to speed up execution time of this script
- Subject: Re: How to speed up execution time of this script
- From: KOENIG Yvan <email@hidden>
- Date: Wed, 11 Aug 2010 15:35:48 +0200
Hello
Mark J. Reed which is a true gentleman pointed, out of record, that
there was an error iun my recolle() handler
I defined the variable i as local when the true local one must be t.
It's a new proof that, itsn't because it works flawlessly for years
that a script is a clean one.
Thank you Mr. Reed.
--=====
on recolle(l, d)
local oTIDs, t
set oTIDs to AppleScript's text item delimiters
set AppleScript's text item delimiters to d
set t to l as text
set AppleScript's text item delimiters to oTIDs
return t
end recolle
--=====
Yvan KOENIG (VALLAURIS, France) mercredi 11 août 2010 15:35:26
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden