Using doors 9.3 :
I don't want to write a double loop that loop in object of target module and then loop in incomming link of each object.
I would like to use a link module a get all modules that target the target module.
for instance something like that :
ModName_ src_mod_linkset
for src_mod_linkset in "module"<-"linkmodulename" do
{
print "test"
}
it works with an object instead of "module" but here I would like to have the same loop working but for a module...
#DOORS#Sustainability#Support#EngineeringRequirementsManagement#SupportMigration