DB.Find
Description
Description
This will find a field or value within the database.
Syntax
Syntax
Function Find(fields, values, from, to)
Parameters
Parameters
fields (input) - fields you may want
values (input) - the specific values that you want
from (input) - the lower bound within which you are searching (default: 0)
to (input) - the upper bound within which you are searching (default: record count - 1)
Return value
Return value
variant - if desired target is found, will return the target.Â
See also