<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I am wondering if there is any way to temporarily redirect the
    console output into a file.<br>
    I mean, not copying the stream as diary() does, but getting in a
    file the contents that are usually displayed, without displaying
    them.<br>
    <br>
    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.<br>
    <br>
    The best i did up to now is using diary, and then using clc(n) to
    clear the displayed contents.<br>
    But it is an awful (and slow) solution.<br>
    <br>
    Any hint would be appreciated<br>
    Regards<br>
    Samuel Gougeon<br>
    <font face="Arial"><br>
    </font>
  </body>
</html>