hdbSaveACopy
hdbSaveACopy(h_configIdt_libNamet_cellNamet_viewName) => t / nil
Description
Makes a copy of a configuration and saves it to a library/cell/view. Unlike , this function does not modify the location of the configuration associated with the specified configId.
Arguments
Value Returned
Example
cv=hdbOpen("LIB1" "cell1" "config" "r")
hdbSaveACopy(cv "LIB1" "cell1" "config_new")
Makes a copy of the configuration cv and saves it to LIB1/cell1/config_new.
Related Topics
Parent/Child Database Functions
Return to top