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

[REBOL] Re: Exclude Problems

From: learned:talentsinc at: 27-Sep-2001 9:12

Argh, I just tested and yes, that's it exactly. I didn't see that little feature documented in the dictionary at the REBOL site. Thanks. Is there a better source of documentation that I should get other than the online word dictionary? On the bad side, it just made exclude totally useless for my project. I don't suppose that remove duplicate is an optional feature? Guess I'm back to remove. --On Thursday, September 27, 2001 5:23 PM +1000 Allen Kamp <[allenk--powerup--com--au]> wrote:
> ----- Original Message ----- > From: "G. Edw. Learned" <[learned--talentsinc--net]> > To: <[rebol-list--rebol--com]> > Sent: Thursday, September 27, 2001 8:08 AM > Subject: [REBOL] Re: Exclude Problems > >> I thought that too, which is why I reduced it down to excluding just one >> item, SYSTEM, and it still took out words like SEAGATE and strings like >> "----". Is a puzzlement. > > Exclude also cleans up duplicate entries, such as. >>> exclude ["AA" "B" "C" "D" "E" "AA" "F" "G" "AA" "B" "AA" "B"] ["C" "F"] > == ["AA" "B" "D" "E" "G"] > > Could that explain what you are seeing? > > Cheers, > > Allen K > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
--- G. Edw. Learned - [learned--talentsinc--net] (Never apply a Star Trek Solution to a Babylon Five Problem)