Re: strings, again and again
Re: strings, again and again
- Subject: Re: strings, again and again
- From: Kurt Klamp <email@hidden>
- Date: Wed, 6 Feb 2008 01:55:19 +0100
Am 05.02.2008 um 22:43 schrieb Justin Laden:
Gary, Kurt,
Thanks for all the help--but, shocker!--it works.
Congratulations !!
But allow me a last hint:
This is IMHO the more shorter and maybe faster solution.
It avoids an unnecessary access to the list:
repeat with i from 1 to (z)
try
set end of to jobNumRange to {(find text "^[a-zA-Z][0-9]{4}" in
item i of descriptionRange with regexp)}
on error
set end of jobNumRange to {""}
end try
end repeat
set value of range ("A1:A" & z) to jobNumRange
-- Kurt
_______________________________________________
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