[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 13  CHANGED: ASCAN()
--------------------------------------------------------------------------------

     ASCAN()'s search argument supports both a value and a code block.
     If the <expSearch> argument is a code block, ASCAN() scans the
     <aTarget> array executing the block for each element accessed.  As
     each element is encountered, ASCAN() passes the element's value as
     an argument to the code block, and then performs an EVAL() on the
     block.  The scanning operation stops when the code block returns
     true (.T.), or ASCAN() reaches the last element in the array.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson