hdbCreatePathVectorStack
hdbCreatePathVectorStack(
)
=> h_pathVectorStackId / nil
Description
Creates a stack to hold path vectors when traversing into sub-configurations.
Arguments
Value Returned
Example
pathVectStack = hdbCreatePathVectorStack()
An example for the use of this function can also be found at:
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top