![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: opening modules in Layout DXL? Topic Summary: how to speed up Layout DXL scripts that load other modules? Created On: 27-Jan-2006 10:27 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Try this string moduleName = "/DB/FOLDER/Mod" if (!open module moduleName) { m = read(moduleName, false) } else { Module m = module(item(moduleName)) } | |
![]() |
|
Hello there, |
|
![]() |
|
![]() |
|
Try this
string moduleName = "/DB/FOLDER/Mod" if (!open module moduleName) { m = read(moduleName, false) } else { Module m = module(item(moduleName)) } ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
It worked.
Such a simple expression ... :-)
Thank you a lot!
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
opening modules in Layout DXL?
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.