FreeNode()
Syntax
FreeNode(#Node)Description
Frees the specified node created with CreateNode() before. All its associated memory is released and this object can't be used anymore. The attached objects are not freed automatically, and can be re-used.
Parameters
#Node The node to free. If #PB_All is specified, all the remaining nodes are freed.
Return value
None.
Remarks
All remaining nodes are automatically freed when the program ends.
Supported OS
All