Difference between revisions of "Subset"

(content from manual)
 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Functions that create lists]]
 
[[Category:Functions that create lists]]
 
+
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
Returns a list containing all the index elements of the index of one-D array for which the value is true.
 
Returns a list containing all the index elements of the index of one-D array for which the value is true.
  

Revision as of 04:45, 25 April 2007


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.