Subset

Revision as of 21:44, 31 January 2007 by Lchrisman (talk | contribs) (content from manual)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Returns a list containing all the index elements of the index of one-D array for which the value is true.

Declaration

Subset( D )

When to use

Use Subset to create a new index that is a subset of an existing index.

Examples

Subset(Years < 1987) -> [1985,1986]
Comments


You are not allowed to post comments.