xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

FIND

Searches an index for a specified key value.

Syntax

FIND <cSearchString>

Arguments

<cSearchString>
<cSearchString> is a search condition to match agains the index keys. The search string can be specified by using a literal string or a character expression enclosed in parentheses.

Description

The FIND command exists for compatibility reasons and is not recommended. It is superseded by the SEEK command

Info

See also:DbSeek(), SEEK, SET INDEX, SET ORDER
Category: Database commands
Source:rdd\dbcmd.c
LIB:xhb.lib
DLL:xhbdll.dll

Example

// refer to the example with SEEK

Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe