Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>bskip</b> like clipper tbrowse:skipblock. we provide a default one . http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 bSkip           Like Clipper TBrowse:skipBlock. We provide a default one    .
--------------------------------------------------------------------------------

 The :bSkip DATA keeps a codeblock that is used in the same way as the
 standard MsDos Clipper.

 When evaluated it will receive a numeric value indicating how many rows
 the browse wants to skip, and it will return in fact how many have to be
 skipped (this happens exactly the same in the MsDos Clipper browse):

          <oBrw>:bSkip = { | <nRowsWanted> | ... <nRowsToDo> }

 By default we supply a standard :bSkip block that calls a very fast C
 routine to skip records as fast as possible!

 When you want to browse an array you need to supply a special bSkip.
 See SAMPLES\TestArr....prg. Anyhow, we supply a METHOD :SetArray() that
 automatically generate this complex :bSkip.

 Manage the :bSkip DATA as you manage it in your MsDos applications!


Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson