Table of Contents


NAME

lreorderbylist - re-order list by the order of another list (Decida Procedure)

USAGE

          lreorderbylist orderlist inputlist

ARGUMENTS

orderlist list with correct order and all items present
inputlist list to be re-ordered in same order as orderlist

RESULTS

Returns list of items in input list, in same order as orderlist. Rejects any item in inputlist not in orderlist.

AUTHOR

Richard Booth

Table of Contents