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 ์ž˜๋ชป๋œ ํ”„๋กœ์‹œ์ € ํ˜ธ์ถœ์ž…๋‹ˆ๋‹ค.

The following objects return True:

warning

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