Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+---------+################################################################
#+-| RECNO() |------------------------------------------------+###############
#| +---------+ Returns the record number in the current alias |###############
#+------------------------------------------------------------+###############
##############################################################################
##############################################################################
#+--| Summary |------------------+############################################
#|     #INCLUDE database.hdr     |############################################
#+-------------------------------+############################################
##############################################################################
##############################################################################
#+--| Syntax |---------------------------+####################################
#|     FUNCTION LONG recno PROTOTYPE     |####################################
#+---------------------------------------+####################################
##############################################################################
##############################################################################
####################+---| Description |-------------------+###################
####################| The recno() function returns the    |###################
####################| record number in the current alias. |###################
####################+-------------------------------------+###################
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Print every 10 records to the screen to verify data |#########
#########|                                                          |#########
#########| DO WHILE .NOT. eof()                                     |#########
#########|     IF  recno() % 10 = 0                                 |#########
#########|         display                                          |#########
#########|     ENDIF                                                |#########
#########|     SKIP                                                 |#########
#########| ENDDO                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    For a quick sampling of a database to see           |#########
#########| *    who has paid, check every 10th record.              |#########
#########|                                                          |#########
#########| COUNT ar->paid FOR recno() % 10 = 0 TO num_paid          |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: a_recno() reccount()

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