home *** CD-ROM | disk | FTP | other *** search
- extract ( criterion, block, how* )
- extract selected values from a block
-
- criterion—number block containing true or false values; block—any kind of block; how—optional method to arrange returned values (#ROW or #COL).
-
- extract creates a row or column block (by how) that contains all the values in block that have a corresponding true value in criterion.