interface.node.next

Syntax

innext := interface.node.next(in)

Get the next interface node after in in the list of all interface nodes in the interface. Will return null if no more interface nodes follow. This function should be considered deprecated; it is provided mostly for backwards compatibility with old data files. Instead, see the ForEach Loop statement and the interface.node.list function. See also the interface.node.head function.

Returns:

innext - interface node pointer

Arguments:

in - interface node pointer