• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to speed up execution time of this script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: How to speed up execution time of this script (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Libraries and effiency
  • Next by Date: Re: Libraries and effiency
  • Previous by thread: Re: How to speed up execution time of this script
  • Next by thread: Re: How to speed up execution time of this script
  • Index(es):
    • Date
    • Thread