[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPfindNext()
  Find next matching file
------------------------------------------------------------------------------

   Function:   XPfindNext()

               XPfindNext() continues the search initialised by XPfindFirst().

   Syntax:     XPfindNext(@<DTA>) --> nCode

   Arguments:   @<DTA> is the 43 bytes variable given to FindFirst.
               It is now filled with Information, and used by FindNext.
               Note that it is passsed by reference!

   Returns:    <nCode> is a DOS error code:
                    0 - Okay, found a matching file.
                   18 - No more matching files.

   Usage:      See XPDEMO.PRG.

See Also: XPfindFirst() XPfindName() XPfindSize() XPfindAttr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson