[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FT_DESCEND()
Create a descending index key value
------------------------------------------------------------------------------
Syntax
FT_Descend( <exp> ) -> <value>
Arguments
<exp> is any expression of character, numeric, date, or logical type.
Returns
The inverse of <exp>
Description
This function is a replacement for CA-Clipper's Descend() function,
which is known to produce memory corruption occassionally.
Examples
? FT_Descend( 1 ) // Returns -1
Source: DESCEND.C
Author: Ted Means
See Also:
FT_XTOY()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson