camelot
Guest
Mon Mar 08, 2010 3:30 pm
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
Jean-Marc Bourguet
Guest
Mon Mar 08, 2010 3:30 pm
camelot <scosmo_at_tiscalinet.it> writes:
Quote:
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
camelot
Guest
Tue Mar 09, 2010 9:20 pm
On 8 Mar, 14:44, Jean-Marc Bourguet <j...@bourguet.org> wrote:
Quote:
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