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

[REBOL] Re: Removal or exclusion ?

From: patrick:philipot:laposte at: 8-Jul-2003 8:59

Hi Anton,
>> insert clear list-data exclude list-data mylist/picked
I like the style and I was really looking for something like that, however (at least with View 1.2.10) list-data is always empty. See a simplified version list-data: ["red" "green" "blue" "yellow" "white"] picked: ["yellow" "green"] insert clear list-data exclude list-data picked print mold list-data ; == [] As I see it, list-data is cleared before the exclude is performed, therefore giving an empty list. Regards Patrick