Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   PICK aggregate index

DESCRIPTION

Returns the value at the specified position.

PICK is an action value.

ARGUMENTS

  • aggregate (series! map! gob! pair! date! time! tuple! bitset! port!)
  • index -- Index offset, symbol, or other value to use as index

#SOURCE

pick: make action! [  [
    "Returns the value at the specified position."
    aggregate [series! map! gob! pair! date! time! tuple! bitset! port!]
    index {Index offset, symbol, or other value to use as index}
] ]
Clone this wiki locally