This will find a field or value within the database.
Function Find(fields, values, from, to)
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)
variant - if desired target is found, will return the target.Â
See also