Determines whether a value exists in a comparison list (array).
syntax
IsExist(
value,
compareList
)
Parameters
value
Type:
General purpose
The value to compare.
compareList
Type:
General purpose
Comparison list.
Return Value
Type:
Boolean
Returns the result of the comparison as a Boolean value. If value is an array, the number of elements in value is the same as the number of elements in the array.