IsObject Function

Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns True if the variable is an object, otherwise it returns False.

Syntax:


IsObject(var)

Return value:

Boolean

Parameters:

var: Any variable that you want to test.

Error codes:

5 Invalid procedure call

The following objects return True:

warning

Data structures return True even when empty. Object defined variables return True even if uninitialized.


Please support us!