help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

catching messages of the command prompt


From: John W. Eaton
Subject: catching messages of the command prompt
Date: Tue, 12 Aug 2008 10:22:04 -0400

On 12-Aug-2008, address@hidden wrote:

| hi all
| 
| As befor recommended, I tried to catch messages of the command prompt
| with the diary command.
| But it doesn't work on the way I like.
| I describe what I'm doing:
| 
| # part one
| diary log_test1 # as example
| ...
| ...
| diary off # untill here, everything works fine
| fid = fopen("log_test1","r");
| ...
| ...
| ...
| fclose(fid) # everything ok till here
| 
| # part two
| diary log_test2 # ERROR: diary can't open log_test2
| 
| why this error, if I run only the second part, it works!
| If I run only the first part, it works too, but not if I run
| both parts together.

If you think you've found a bug in Octave, please send a complete
report to the address@hidden mailing list.  But first, please read
http://www.octave.org/bugs.html to see what information to include so
that your report is useful.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]