IsExist

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

IsExist


 

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.

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

Calculation formula syntax

 

 


reference