Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

INDEXORD()

Returns the numeric position of the controlling index.
---------------------------------------------------------------------------------

 Syntax

        INDEXORD() --> <nPosition>  

 Arguments

        None.    

 Returns

        <nPosition>     Ordinal position of a controling index    

 Description

      The INDEXORD() function returns the numeric position of the current
      controlling index in the selected or designated work area.  A
      returned value of 0 indicated that no active index is controlling
      the database,which therefore is in the natural order.

 Examples

      USE TESTS NEW INDEX TEST1
      IF INDEXORD()>0
          ? "Current order is ",INDEXORD()
      Endif

Status

      Ready

 Compliance

      This function is Ca-Clipper compliant

 Platforms

      All

 Files

      Library is rdd



See Also: INDEXKEY()

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