Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>descend()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DESCEND()


Syntax:     DESCEND(<exp>)

Purpose:    To create and SEEK descending order indexes.

Argument:   <exp> is an expression of any data type.

Returns:    DESCEND() returns the same data type as the <exp> in a
            complemented form.

Usage:      DESCEND() is designed to be used in combination with INDEX
            and SEEK to allow for the creation of descending order
            indexes.

Library:    EXTEND.LIB


----------------------------------- Examples -------------------------------

   To use DESCEND() in an INDEX expression, use the following
   syntax:

      INDEX ON DESCEND(Sales_date) TO date_dwn

   To SEEK on the descending index, use the following syntax:

      SEEK DESCEND(find_date)


See Also: FIND INDEX SEEK

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson