strings, again and again
strings, again and again
- Subject: strings, again and again
- From: "Justin Laden" <email@hidden>
- Date: Sun, 3 Feb 2008 02:33:20 -0500
Can anyone tell me why this just populates the target list with
"empty"--it doesn't pull the string I need.
Thanks!
repeat with i from 1 to (z)
try
set firstPull to find text "^[a-zA-Z][0-9]{4}" in item i of
descriptionRange with regexp
--set refinedData to matchResult of firstPull
set item i of jobNumRange to firstPull
on error
set item i of jobNumRange to "empty"
end try
end repeat
_______________________________________________
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