$FUNCNAME$
  RECNO()
$CATEGORY$
  DATABASE
$SUMMARY$
   Return the identity at the position of the record pointer
$LANG_RU$
        .
$SYNTAX$
     RECNO() --> Identity
$LANG_RU$
     RECNO() -->   
$RETURNS$
     RECNO() returns the identity found at the position of the record
     pointer.
$LANG_RU$
     RECNO()        .  
             
     , RECNO()  (1), BOF()  EOF()  
     "" (..), LASTREC()  .

           ,  RECNO()
       (LASTREC()+1),  EOF() -  "" (.T.).
            , 
     RECNO()     ,  BOF() 
      ""(..).
$DESCRIPTION$
     RECNO() is a database function that returns the identity found at the
     current position of the record pointer.  Identity is a unique value
     guaranteed by the structure of the data file to reference a specific
     record of a data file.  The data file need not be a traditional Xbase
     file.  Therefore, unlike earlier versions of xClipper, the value
     returned need not be a numeric data type.

     Under all RDDs, RECNO() returns the value at the position of the record
     pointer; the data type and other characteristics of this value are
     determined by the content of the accessed data and the RDD active in the
     current work area.  In an Xbase database this value is the record
     number.
$LANG_RU$
     RECNO() -     ,  
          .     
     xClipper        
     .        
          .     
      RECNO().     
             
       .

     RECNO()    ,  
     ,    .    
     SET RELATION...  TO RECNO(),      
      .  GO RECNO()    
         .

       RECNO()   ()  .
            
       ,   (   
     ).
$SEEALSO$
  BOF(),EOF(),LASTREC()
$END$
