dcl_tree Get child keys of a parent node

Started by Jim · 2009-03-08 21:38 UTC · 3 replies · SMF topic #634

Looking at ways of getting a list of child keys from a parent key.

Is there more than these to work with?

dcl_Tree_GetFirstChildItem
dcl_Tree_GetNextSiblingItem

I can get there by building nested list of entire tree.

Any suggestions?
Hello Jim, as far as I know there is still no direct method to list all the childs from a parent. But I like this idea, too, and maybe we could add this to the {2}. Would you do this then?

Fred
Done.

Thanks Fred!

jim
I posted a recursive Lisp routine that handles this in the AutoLISP category.
Good for small trees.
Jim