CrGlobal: ValueInList

ValueInList

determine whether the given value is equal to any of the values in the given list

 Public Function ValueInList(
	  Value As Variant,
	  ParamArray List ( ) As Variant ) As Boolean

Parameters

Value
[ByRef] Variant.
List
[ByRef] Variant.

Return Values

Boolean -  Value is equivalent to one or more of the values in List

Remarks

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods TypeConvertBasic