/*
DOORS DXL – Write and test a script to create a DOORS Module and display it.
*/
Module myModule = create("/Sample Project Folder",
"Name", "Sample", 1, true)
if(null myModule)
{
errorBox "Module creation failed!!"
}
refreshDBExplorer
DOORS DXL Scripting Examples – Create Module
This post was published by Admin.
Email: admin@TheCloudStrap.Com
