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
-
EXISTS function