matches

Version

1.3

Parameters

Parameter Type Description
eVal string String to match.
argList strings The m1 [, … mn] list. List of values to test for a match. Enter any number of values, each enclosed in double quotes and separated by comma.

Returns

Returns true if the function finds value in the m1 [, … mn] list. Function looks for an exact, case-sensitive match. Returns false if the function finds nothing in the m1 [, … mn] list that matches value.