Maybe i am telling you bull shit as I am knew with rebol, But for a novice like me, the simple way is to open your scrip with any kind of text editor : VI , notpad etc and then use the the replace/search fonction.
I feel Rebol consol is for evaluation, direct order but not for writing yr programs ----- Original Message ----- From: "Matthew Kim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 8:27 PM Subject: [REBOL] Newbie Q: Search and delete from a Block > 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 > > -- > 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.
