Fwd: find a list item
Fwd: find a list item
- Subject: Fwd: find a list item
- From: Shawn Brady <email@hidden>
- Date: Wed, 1 Apr 2009 11:23:32 -0400
try this
set theListe to {"Iso", "not", "Iso", "not", "Iso"} set new_liste to {}
repeat with i from 1 to count theListe if item i of theListe contains "Iso" then set end of new_liste to item i of theListe end if end repeat
new_liste --{"Iso", "Iso", "Iso"}
On Apr 1, 2009, at 11:03 AM, Ronald Hofmann wrote: set theListe to {"Iso", "not", "Iso", "not", "Iso"}
|
_______________________________________________
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