IsObj

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

IsObj


 

Checks whether a value is of type object.

 


syntax

IsObj(

         val

         [, bExcludeNull = F]

         )

 


Parameters

 

val

 

Type:

General purpose (array can be specified)

 

value.

 

bExcludeNull

 

Type:

Boolean

 

When TRUE, NULL (no object state) is eliminated.

 

Return Value

 

 

Type:

Boolean

 

FALSE - The value is not an object type. TRUE - The value is an object type.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference