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

[REBOL] Finding a value in a series?

From: charliew::drte::com at: 21-May-2001 11:51

How do you do a find on the first element in a series of blocks?
>> probe blk
[ [1 a b] [2 c d] [3 e f] ] I want to search for the value 2 and assign the remainder to a variable. I then want to delete the record in the series? Thanks, Charlie