<html>
<body>
Hi ,<br><br>
Le 02:01 AM 1/11/2008,Simon \[illustratingshadows écrit:<br><br>
<blockquote type=cite class=cite cite="">QUESTION 1: how can I stop it
from filling up the<br>
screen, apart from "clc".<br>
</blockquote><br>
See : help exec<br><br>
exec('myscript.sce',-1)<br><br>
You can also put a ';' at the end of line<br><br>
example :<br><br>
-->a=1+1<br>
a =<br><br>
2.<br><br>
-->b=1+1; // no display<br><br>
-->disp(b)<br><br>
2.<br><br>
<br>
<blockquote type=cite class=cite cite="">QUESTION 2: how can I set some
sort of a parameter<br>
to cause "more y or n" not to appear.</blockquote><br>
See : help lines<br><br>
lines(0);<br><br>
<br>
Best Regards<br><br>
Allan CORNET<br>
Scilab Team<br><br>
<br><br>
<x-sigsep><p></x-sigsep>
<pre>==============================================
Allan CORNET
Scilab Consortium
<a href="http://www.scilab.org/" eudora="autourl">http://www.scilab.org
</a>INRIA - Unité de Recherche de Rocquencourt
Domaine de Voluceau - B.P. 105
78153 Le Chesnay Cedex
==============================================
Projet Scilab
Bâtiment 1B - Bureau 009
Email : allan.cornet@inria.fr
==============================================
</body>
</html>