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 feature list on sourceforge (https://sourceforge.net/tracker2/?group_id=187950&atid=923366). 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