![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Print out current DOORS Hierarchy... Topic Summary: Does any one know...? Created On: 22-Jan-2008 16:53 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
How to create a text file with the current hierarchy of DOORS.
|
|
![]() |
|
![]() |
|
This should get you started.....
------------------------- Scott Boisvert Engineering Tools Administrator L-3 Communications - Avionics Systems scott.boisvert@l-3com.com |
|
![]() |
|
![]() |
|
The 'code' for me is chopped off, last line I see is:
fout << fullName (p) "\n" This happens often to me. Anyone else gets chopped off? Anyone else can see the entire script? - Louie |
|
![]() |
|
![]() |
|
The 'code' for me is chopped off, last line I see is: fout << fullName (p) "\n" This happens often to me. Anyone else gets chopped off? Anyone else can see the entire script? - Louie I got a scroll bar on the right, but here's the full code: Project p Item I Stream fout = write ("C:\\temp\\test.txt") for p in database do { fout << fullName (p) "\n" for I in p do { fout << fullName (I) "\n" } } ------------------------- Scott Boisvert Engineering Tools Administrator L-3 Communications - Avionics Systems scott.boisvert@l-3com.com |
|
![]() |
|
![]() |
|
Yeah its all there for me. Just have to scroll.
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
You might want to add the following to the code
close(fout) :-) ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
You might want to add the following to the code close(fout) :-) Good point Tony thanks. Forgot I was Streaming.... ------------------------- Scott Boisvert Engineering Tools Administrator L-3 Communications - Avionics Systems scott.boisvert@l-3com.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Print out current DOORS Hierarchy...
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.