ddGetObjChildren
ddGetObjChildren( b_objId ) => l_children / nil
Description
Returns the children of b_objId. This includes all the objects in both the temporary and master directories.
Arguments
Value Returned
Examples
l = ddGetObj( "l1" )
ch = ddGetObjChildren( l ) => (dd:2660660 dd:2660628)
ch ~> name => ("c2" "c1")
Return to top