|
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.
|
Explanation
Checks whether a value is of type object.
|
Supported
reference
GetValueType
IsBool
IsNum
IsStr
IsTime
IsObj
IsNullObj
IsValid
IsValidStr
|