geSaveAs
geSaveAs( [w_windowId] [t_libName] [t_cellName] [t_viewName] ) => t / nil
Description
Saves a design under another name.
If t_cellName, t_viewName, and t_libName are valid strings, the design is saved under that name. If any of these arguments is not specified or is an invalid string, a form is displayed for you to enter new names or cancel. The form displays the current names as defaults. If you enter a new name in the form, click Apply to save the design under that name. If the filename already exists, you are warned and given a chance to cancel or save to a different name. The window continues to view the design with the old name; you must open the design with the new filename if you want to see the new copy in a window.
Arguments
|
Database ID of the window containing the design to save. If not specified, the current window is used. |
|
Value Returned
Examples
Returns t. The data is saved in newLibName with cell name newCellName and view name newViewName. The design in win2 retains the old name and library.
geSaveAs( win2 "newLibName" "newCellName" "newViewName" )
Related Topics
Design Functions
Return to top