Description
Returns the node label (the string that identifies the node in the article tree panel).
Available in Ted and in Fred.
This is different than type, as type always returns the type name, e.g. head, while label returns also the ordinal number in case of multiple elements, e.g. head1, head2 etc.
Syntax
dim strLabel as String = object.Label |
object
Required. Object name. Returned by the GetRootNode, GetCurNode, GetTxtNode, GetParent, GetChild functions of the object, returned by Ted.GetActiveArticle.
Context
Node object