![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Can't get data from dbe list Topic Summary: Created On: 3-Nov-2006 21:24 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Thanks for the input. I got it to work now. All I had to do was omit the "for strModDBE in dbeList2" loop. Thanks! | |
![]() |
|
I need to get some data from a dbe list. If I do
string strTemp =get(dbeList)
all I get is only one of the items in the dbe list.
I have tried a for increment loop, and that didnt work.
Any suggestions? Thanks! int intSzeMod = noElems(dbeList2) for(x=0;x<intSzeMod;x++){ for strModDBE in dbeList2 do { print strModDBE "\n" } } print intSzeMod |
|
![]() |
|
![]() |
|
int intSzeMod = noElems(dbeList2)
for(x=0;x<intSzeMod;x++){ for strModDBE in dbeList2[x] do { print strModDBE "\n" } |
|
![]() |
|
![]() |
|
Pressed the wrong button try:-
DBE myDBEs={x,y,z}//array of existing DBEs int i for(i=0;i<sizeof(myDBEs);i++) { string s=get(myDBEs print s "\n" } |
|
![]() |
|
![]() |
|
Thanks for the input. I got it to work now. All I had to do was omit the "for strModDBE in dbeList2" loop. Thanks! |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Can't get data from dbe list
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.