Rank

Returns the one-based rank of a tuple in a set.

Syntax

Rank(«Tuple», «Set»)

Example

Rank((c,d), {(a,b), (c,d), (e,f)})

returns 2.

(c) 1999 Microsoft Corporation. All Rights Reserved.