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.

āϏāĻŋāύāĻŸā§āϝāĻžāĻ•ā§āϏ:


IsObject(var)

āĻĒā§āϰāĻĻāĻžāύ āĻŽāĻžāύ:

Boolean

āĻĒā§āϝāĻžāϰāĻžāĻŽāĻŋāϟāĻžāϰ:

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.