Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Newbie Q: Search and delete from a Block

From: kimm2::mcmaster::ca at: 3-Oct-2002 14:27

A simple question... How do I go about searching and deleting from a block? Ex. ["hello" "there" "this" "is" "an" "Example"] I want to search for "this" and delete it to result with: ["hello" "there" "is" "an" "Example"] Thanks! Matt