hdbPopPathVect
hdbPopPathVect(h_pathVectorStackId) =>h_pathVectorId/ nil
Description
Pops a path vector off the top of a path vector stack.
Arguments
|
A path vector stack ID; something returned by |
|
Value Returned
Example
pathVectorTop = hdbPopPathVect( pathVectorStack )
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