Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Sample Reference - <b>iterator.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Iterator.prg
 Array iterator functions
--------------------------------------------------------------------------------

     IEval( <nCount>, <bBlock> ) --> valueLast

     Evaluate <bBlock> <nCount> times, passing it the current iteration
     (starting at 1).  Return the value the last iteration returns.

     Collect( <aArray>, <bBlock> ) --> aResults

     Evaluate bBlock on each element of <aArray> and store the results in
     aResults.

     Extract( <aArray>, <bMatch> ) --> aMatches

     Returns the elements in <aArray> that match specified criteria.
     <bMatch> is passed one element at a time and should return true (.T.) if
     element matches criteria and false (.F.) otherwise.


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