![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Simple DXL Question Topic Summary: Simple DXL Question Created On: 2-Feb-2007 00:26 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Simple DXL Question. Trying to teach myself DXL so some beginner level advice would be appreciated.
I want to 1. Loop over selected objects 2. For each selected object Copy the attribute named 'foo' to 'Object Text'. How do I trigger that? I'm envisioning I select objects? ??? Right click ??? , ??? button ??? |
|
![]() |
|
![]() |
|
Object o
for o in current Module do { if (selected(o)) { o."Object Text" = o."foo" "" } } Check the DXL Help in DOORS and it will provide more detail... ------------------------- Shawn Stepper shawn.e.stepper@wellsfargo.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Simple DXL Question
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.