IsInValueList Function

  • Updated

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

Syntax

 

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

 

IsInValueList(valueList, value)

 

 

Arguments:

 

 

 

valueList

ValueList - The valuelist to use.

 

 

value

Any - The value to check.

Remarks

  • Example: IsInValueList(ValueList1, 1) returns false.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.