[Scilab-users] Redirecting the console output into a file

Serge Steer Serge.Steer at inria.fr
Sat Jan 14 18:17:41 CET 2017


You can use the diary function...
Serge


On 14/01/2017 15:50, Samuel Gougeon wrote:
> Hello,
>
> I am wondering if there is any way to temporarily redirect the console 
> output into a file.
> I mean, not copying the stream as diary() does, but getting in a file 
> the contents that are usually displayed, without displaying them.
>
> I tried to change %io(2) with the id of a file opened with mopen(). 
> Even when unprotecting %io with predef("clear") before changing 
> %io(2), it does not work.
>
> The best i did up to now is using diary, and then using clc(n) to 
> clear the displayed contents.
> But it is an awful (and slow) solution.
>
> Any hint would be appreciated
> Regards
> Samuel Gougeon
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170114/2fb4b8f7/attachment.htm>


More information about the users mailing list