IsBottomNode

Description

Returns True if the specified node has no child nodes. Returns False if the node is not found.

Syntax

IsBottomNode(Node:String):Boolean

Node is the name of the node to use.

Example

IsBottomNode(Abbrev)

Returns True if the node does not have children.