ddDumpLibList(), how to get this data?

C

camelot

Guest
Hello,
I found this function:
ddDumpLibList()

that prints on CIW some useful data about libs.

Is there a way to store this data into a variable and use it?

Thank you,

Camelot
 
camelot <scosmo@tiscalinet.it> writes:

Hello,
I found this function:
ddDumpLibList()

that prints on CIW some useful data about libs.

Is there a way to store this data into a variable and use it?
Wouldn't be more convenient to start from ddGetLibList() and then use the
properties of the returned objects?

If not, look at hiStartLog(), hiEndLog() which will divert the log file to
a file you give. You can then read it back.

Yours,

--
Jean-Marc
 
On 8 Mar, 14:44, Jean-Marc Bourguet <j...@bourguet.org> wrote:
camelot <sco...@tiscalinet.it> writes:
Hello,
I found this function:
ddDumpLibList()

that prints on CIW some useful data about libs.

Is there a way to store this data into a variable and use it?

Wouldn't be more convenient to start from ddGetLibList() and then use the
properties of the returned objects?

If not, look at hiStartLog(), hiEndLog() which will divert the log file to
a file you give.  You can then read it back.

Yours,

--
Jean-Marc
Very useful!
Thank you,

Camelot
 

Welcome to EDABoard.com

Sponsor

Back
Top