[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Function:   FindNext()

               FindNext() continues the search initialised by FindFirst().

   Syntax:     FindNext(@<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 EXPDEMO.PRG.

See Also: FindFirst() FindName() FindSize() FindAttr() FindDate()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson