እቃ ነው ተግባር

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.

የ ስህተት ኮዶች:

5 ዋጋ የሌለው የ አሰራር ጥሪ

The following objects return True:

warning

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