Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: tableindex.close - Function Up: tableindex - Tool Previous: tableindex.rownr - Function


tableindex.rownrs - Function



Package utility
Module table
Tool tableindex


Find the row numbers matching search values


Synopsis
rownrs(key, upperkey, lowerincl, upperincl)


Description
Find the row numbers of the rows matching the given search value or interval. An interval is given if the upperkey argument is also given. In that case the 3rd and 4th argument determine if the boundaries of the interval are inclusive (i.e. part of the interval).
As in function rownr the search values must be given as a record if the index consists of multiple columns.



Arguments

key in search value
    Allowed: Record
upperkey in end of search interval
    Allowed: Record
    Default: unset
lowerincl in include lower boundary
    Allowed: Bool
    Default: T
upperincl in include upper boundary?
    Allowed: Bool
    Default: T


Returns
Vector of Ints




next up previous contents index
Next: tableindex.close - Function Up: tableindex - Tool Previous: tableindex.rownr - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15