Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ISOBJECT

Returns whether or not a something is a Caché object.

Synopsis

ISOBJECT(name)

Arguments

name Any valid expression.

Description

The ISOBJECT function returns a boolean value indicating whether the specified name corresponds to an existing Caché Object. Returns 1 if name is an object; otherwise returns 0.

See Also

FeedbackOpens in a new tab