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.

This function returns True for the following object types:

warning

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


Sintaxi:

IsObject(var)

Valor de retorn:

Booleà

Paràmetres:

var: la variable que s'ha de provar.

Codis d'error

5 La crida al procediment no és vàlida

Ens cal la vostra ajuda!