![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Error while looping through incoming link references in baseline Topic Summary: Created On: 1-Sep-2006 12:47 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: adding brackets , as below will remove the compile errors. for inLnkRef in all (obj2 <- "*") do Obviously you also need to ensure that obj2 is assigned to an object | |
![]() |
|
Hello,
i need to loop through incoming link refernces in an earlier baseline for which i tried using for inLnkRef in all obj <-"*" do {---- } which is as per the DXL manual. However, i am getting compilation errors. ![]() for inLnkRef in obj <-"*" do {---- } which loops through current module works fine... Has anybody encountered this problem before....any workaround solution?? |
|
![]() |
|
![]() |
|
What's the error? What's inLnkRef defined as?
|
|
![]() |
|
![]() |
|
LinkRef inLnkRef
Object obj2 --------- for inLnkRef in all obj2 <-"*" do { ----- } The comilation error that i am getting for the above case in as below: -E- DXL: <Line:643> incorrect arguments for (<-) -E- DXL: <Line:643> incorrect arguments for (do) -I- DXL: <Line:926> all done with 2 errors and 0 warnings |
|
![]() |
|
![]() |
|
i am using DOORS 7.0
|
|
![]() |
|
![]() |
|
adding brackets , as below will remove the compile errors.
for inLnkRef in all (obj2 <- "*") do
Obviously you also need to ensure that obj2 is assigned to an object
|
|
![]() |
|
![]() |
|
thanks robert, it solved the problem....kind of weird though, since
for outLnk in all o2 -> "*" do { } works fine... ![]() |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.