Navigation:  ABC Library Reference > FuzzyClass > FuzzyClass Methods >====== Match (find query matches) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Match(document, query)

blk2blue.jpg

Match Finds matching records based on the query.
document A string constant, variable, EQUATE or expression that is compared against when matching records.
query A string constant, variable, EQUATE, or expression that contains the value to search on.

The Match method returns a value based on where an instance of the query is found within the document.

Return Data Type:     BYTE