![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Rename Attribute Type Topic Summary: Created On: 9-Jan-2009 16:38 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
there seems to be an easy way to rename Attribute Types using DXL: AttrType modify(AttrType type, string newName, string &errmess) My attached code just throws "incorrect arguments for function (modify)". Anybody who could help? Thank you very much Best Regards, Mathias Burchardt BeOne Hamburg GmbH |
|
![]() |
|
![]() |
|
This should work:
AttrType at Module m = current string sErr at = find(m,"MyType") at = modify(at,"MyNewType",sErr) |
|
![]() |
|
![]() |
|
That works. Thank you very much Uma.
|
|
![]() |
|
![]() |
|
Yes. The & before 'errmess' means its a returned results and must correspond to a variable.
- Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Rename Attribute Type
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.