![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: DXL Beginner Questoin Topic Summary: Created On: 1-Jun-2006 20:38 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I've just started trying to learn DXL in doors. |
|
![]() |
|
![]() |
|
The DXL Help in DOORS is quite good (and almost only) introduction to DXL. In this forum there is also an DXL Programmers Guide (OLD!) in the thread
https://support.telelogic.com/en/doors/forums/messageview.cfm?catid=17&threadid=2838 For your question: yes, there is reqular expressions in DXL (search for them in the DXL Help). Your second column might in this case be e.g. a layout DXL (look for this in help) column showing information about attribute A. ------------------------- Pekka.Makinen@softqa.fi SoftQA Oy -http://www.softqa.fi/ |
|
![]() |
|
![]() |
|
Create a new DXL attribute and add the following code:
string s= obj."attribute A" "" string getNo(string s) { int i = 0 int len = 0 for (i = length(s) - 1; i >= 0; i--) { if (!isdigit(s)) { len = i + 1 break } } return(s[len:]) } obj.attrDXLName = getNo(s) ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
DXL Beginner Questoin
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.