examble using new nice data  :-)

>
> table: [
>     3 "Tim" "Peterson" 2
>     1 "John" "Smith"   3
>     2 "Jeff" "Brown"   1
> ]



select/skip  table  1 4

== ["John" "Smith" 3]

this also has the advantage of being very fast and saves a lot of ram.  and
on big apps/data set this is an exponential save, as you are freeing the GC
of a lot of ram juggling, for those unneeded blocks.

-MAx


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to