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]
##############################################################################
###+------+###################################################################
#+-| SKIP |-------------------------------------------------------+###########
#| +------+ The SKIP command moves the record pointer in an alias |###########
#+----------------------------------------------------------------+###########
##############################################################################
##############################################################################
#+--| Syntax |--------------------------+#####################################
#|     [!<Alias>] SKIP [<Long-exp>]     |#####################################
#+--------------------------------------+#####################################
##############################################################################
##############################################################################
########+---| Description |-----------------------------------------+#########
########| If SKIP is specified without <Long-exp>, then the record  |#########
########| number is incremented by 1.  SKIP respects the status of  |#########
########| the SET DELETE flag and verifies the record through the   |#########
########| filter list.  If <Long-exp> is specified, then SKIP moves |#########
########| the record pointer as specified in <Long-exp>.  If        |#########
########| <Long-exp> is a negative number, then SKIP moves the      |#########
########| pointer toward the top of the database.                   |#########
########| --------------------------------------------------------- |#########
########| SKIP also positions the record pointer for any child      |#########
########| alias established by SET RELATION TO.  If an index file   |#########
########| is controlling the current or selected alias, then SKIP   |#########
########| follows the index order.                                  |#########
########+-----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| !equip   SKIP -3            && Skip backwards.           |#########
#########| !storage SKIP long_arr[ 50 ]                             |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    This is identical to GOTO BOTTOM.                   |#########
#########|                                                          |#########
#########| USE "sample.dbf" ALIAS sample                            |#########
#########| SKIP (recno() - 1)                                       |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: GOTO GOTO BOTTOM GOTO TOP SET FILTER TO SET RELATION TO

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