Skip records of table with FOR condition
──────────────────────────────────────────────────────────────────────────────

Syntax

H_TBForSkip( cAlias , nToSkip , bFor)

Arguments:

cAlias - Alias of table being browsed
nToSkip - Number of matching records to skip
bFor - Code block to use as FOR condition

Returns:

NIL

Description:

A function to skip records in a table that matche a specified FOR
condition

Examples:



Source: TBROWSE.PRG

Author: Martin Colloby