hdbPushPathVect
hdbPushPathVect(h_pathVectorStackIdh_pathVectorId) => t / nil
Description
Adds a path vector on to the top of a path vector stack.
Arguments
|
A path vector stack ID; something returned by |
|
|
A path vector ID; something returned by |
|
Value Returned
|
The path vector is added on to the top of a path vector stack. |
|
|
No path vector was added on to the top of a path vector stack. |
Example
hdbPushPathVect( pathVectorStack pathVector )
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