method Find (Value1: Variant[, Value2: Variant, Value 3: Variant, Value4: Variant]): Boolean
Find method finds a record in the Memory Table or Table closest matching to Values 1 - 4. Returns True if a matching record is found, or False if no record is found.
Find method syntax has these named arguments:
Parameter |
Description |
|---|---|
Value 1 |
Required. The first value to search the table for. |
Value 2, Value 3, Value 4 |
Optional. Additional values to search the table for. |
Note: Use Find to find the closest match, and use FindExact to find an exact match.