struct.node.head

Syntax

sn := struct.node.head

Get the first structure node in the list of all structure nodes. This function should be considered deprecated; it is provided for backwards compatibility with old data files. Instead, see the ForEach Loop statement and the struct.node.list function. See also the struct.node.next function.

Returns:

sn - pointer to a structure node

Arguments:

it - structure pointer