IsNull
Previous
Top
Next
Checks whether the object returned from an external library is null (nothing).
Syntax: IsNull
Example:
If IsNull (Node.Parent) = true Then ...