Onetastic Macro Documentation >
>
>
IsObject IsObject
Returns whether a given expression is an object or not.
Syntax
Bool IsObject(Mixed expression)
Parameters
- Mixed expression
- Expression to check for.
Examples
IsObject(GetCurrentPage())
IsObject(Array(1, 2, 3))
IsObject(true)
IsObject("string")
IsObject(Window_GetCurrent())
|