Skip to main content



IsInValueList Function

Returns true if the given value is contained in the specified value list, otherwise returns false.

Syntax

IsInValueList(valueList, value)

Returns true if the given value is contained in the specified value list, otherwise returns false.

Arguments

valueList ValueList - The valuelist to use.

value Any - The value to check.

Remarks

Example:

IsInValueList(ValueList1, 1); // returns false