Re: limiting numeric runs
Re: limiting numeric runs
- Subject: Re: limiting numeric runs
- From: Paul Skinner <email@hidden>
- Date: Fri, 10 Jan 2003 10:43:32 -0500
On Friday, January 10, 2003, at 05:35 AM, Hans Haesler wrote:
On Thu, 9 Jan 2003, Paul Skinner wrote:
here's the current version If anyone wants to critique it...
[snip]
if thischar is in {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0"}
then
Paul,
I have found that...
---
if thischar is in "0123456789" then
---
... is much faster than using a list.
---
Hans Haesler <email@hidden>
Thanks for the tip. Indeed with even slightly larger data sets (200
items) this is MUCH faster!
--
Paul Skinner
_______________________________________________
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.