SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DBCreator Object‎ > ‎

DBCreator.Find


Platform Objects


Description

This will find a field or value within the database.


Syntax


Function Find(fields, values, from, to)


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


variant - if desired target is found, will return the target. 



See also

Platform Objects and Methods
DB.sort
DB.AppendFinish
DBCreator.FlushFields