DOORS DXL Scripting Examples – Create Module

/*
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
Scroll to top
error: Content is protected !!