That was a horrible read - let me try this again: I am struggling with this problem: Given the "table" table: [ [ 3 "Tim" "Peterson" 2 ] [ 1 "John" "Smith" 3 ] [ 2 "Jeff" "Brown" 1 ] ] How can I search for the record whose first value is 1 (=3D John Smith) and return its index in the table ( =3D 2 in this case) ? The search criterion is only unique in the fist value of each "record". As always, thanks for any help! Kai
-- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
