Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>wildseeknext:</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  WILDSEEKNEXT:

  The WILDSEEKNEXT command functions similarly to the WILDSEEK command
  However, instead of searching from the top of the .DBF file, it searches
  for a match starting from the current record pointer.

  For example, to look at all of the people in your CUSTOMER database whose
  names are either Smith or Smyth, you could do this:

       USE CUSTOMER             // Open CUSTOMER.DBF
       SET TAG TO LASTNAME      // Select LASTNAME Tag
       WILDSEEK "Sm?th"         // or WILDSEEK "Sm*th"
       WHILE found()            // Got at least one!
         ? LAST + ", " + FIRST  // Display customer name
         WILDSEEKNEXT "Sm?th"   // Look for next match
       ENDDO

    NOTE:  This command is NOT supported under SIXNTX.


See Also: WILDSEEK Sx_WildSeek()

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