
19 Mar
2003
19 Mar
'03
12:08 p.m.
Hi!
Garth> [...] After loading all the modules, is there a way Garth> to loop through all the nodes defined in _any_ of those modules Garth> so that the nodes are returned in depth-first order? [...]
In this case, the easiest way is using a recursive function that runs through the child nodes of a given node (smiGet{First,Next}ChildNode()) and recursively calls itself for each of those nodes.
-frank