Subset

Revision as of 04:45, 25 April 2007 by ReneeB (talk | contribs) (adding doc status category)


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.