[REBOL] Re: Reverse select?
From: anton:wilddsl:au at: 9-Aug-2007 12:46
SELECT does not have any refinement to control search direction. You could do: select reverse copy states "Wyoming" But I don't recommend that because it's quite inefficient, which would affect large datasets. Regards, Anton.