
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>sx_wildseek():</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Sx_WildSeek():
Syntax: Sx_WildSeek( <cSearchStr>, [<lCont>] )
cSearchStr = The wildcard string to base the search on.
lCont = .T. searches from the current record pointer, .F.
searches from the top of the DBF (Default).
Returns: .T. if match is found (also sets found() to .T.), .F. if not
(also sets found() to .F.).
Description: Performs a wildcard SEEK on the currently selected tag or
index.
NOTE: This function is NOT supported under SIXNTX.
Examples:
// To find the first Smith or Smyth
Sx_WildSeek( "Sm?th" ) // Begin search from Bof()
Sx_WildSeek( "Sm?th", .T. ) // Begin Search from current recno()
// To find the first Johnson, Johnston, Johannson, Josephson, etc...)
Sx_WildSeek( "Jo*son" )
See Also: WILDSEEK WILDSEEKNEXT Sx_WildMatch()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson