skipLibsText
cdsLibManager.copyWizard skipLibsText string "lib1 lib2"
Description
Specifies names of libraries to skip during the copy operation, when skipLibsOn is t. The default is to use the generated skip list, "*". The generated skip list consists of all defined libraries in cds.lib except the one containing the source item.
If exceeding the .cdsenv file line length limit becomes a problem, you can specify additional skip libraries using additional skipLibsText variables with sequential numeric suffixes as follows:
cdsLibManager.copy skipLibsText1 string ""
cdsLibManager.copy skipLibsText2 string ""
GUI Equivalent
Example
envGetVal("cdsLibManager.copyWizard" "skipLibsText")
envSetVal("cdsLibManager.copyWizard" "skipLibsText" 'string "cdsDefTechLib")
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top