Thanks Gregg! You're always a huge help. I knew there was a quick an efficient way to get this done. :)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregg Irwin Sent: Thursday, October 03, 2002 4:14 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Newbie Q: Search and delete from a Block Hi Matt, << ["hello" "there" "this" "is" "an" "Example"] I want to search for "this" and delete it to result with: ["hello" "there" "is" "an" "Example"] >> >> head remove find ["hello" "there" "this" "is" "an" "Example"] "this" == ["hello" "there" "is" "an" "Example"] --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
