hello, You get the truth When you exec with the consol editor %local the rebol editor is open but the parameter expected is a valid name file... Thus the editor is open so you can use it to search an open you rebol's files...Then you can correct your file unless you'are not looking for dynamic ways and this is to earlier for me...
Bye ----- Original Message ----- From: "Charles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 6:52 AM Subject: [REBOL] Re: Newbie Q: Search and delete from a Block > Err... Nope. > >> editor %local > ** Script Error: editor has no value > ** Near: editor %local > >> > I think you mean to say to do that in REBOL/View, once you "shell out" to > the text console. > That, and I'm pretty sure Matt was looking for a method to do this > dynamically, in code. > > > the correct way is > > > > Editor %local > > > > on your consol > > ----- 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. > > > > -- > 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.
