Notifications
Clear all
[Closed] sort array of nodes by hierarchy
Oct 14, 2013 6:12 pm
So I have an array for nodes which are all part of a hierarchy, which I would like to sort in order of parent > child. Does mxs have a function for this?
1 Reply
1 Reply
no. have to right it yourself.
but if you collect all children of a node by
join #() node
the method collects all children in parent to children order