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.
Comments
0 comments
Please sign in to leave a comment.