[scilab-Users] Re: How to inhibit the "more y or n" message in Scilab

Simon [illustratingshadows illustratingshadows at yahoo.com
Fri Jan 11 16:07:28 CET 2008


Thanks, the ";" did the trick.

Simon

--- Allan CORNET <allan.cornet at inria.fr> wrote:

> Hi ,
> 
> Le 02:01 AM 1/11/2008,Simon \[illustratingshadows
> écrit:
> 
> >QUESTION 1: how can I stop it from filling up the
> >screen, apart from "clc".
> >
> 
> See : help exec
> 
> exec('myscript.sce',-1)
> 
> You can also put a ';' at the end of line
> 
> example :
> 
> -->a=1+1
>   a  =
> 
>      2.
> 
> -->b=1+1; // no display
> 
> -->disp(b)
> 
>      2.
> 
> 
> >QUESTION 2: how can I set some sort of a parameter
> >to cause "more y or n" not to appear.
> 
> See : help lines
> 
> lines(0);
> 
> 
> Best Regards
> 
> Allan CORNET
> Scilab Team
> 
> 
> 
> 
> ==============================================
> Allan CORNET
> Scilab Consortium
> http://www.scilab.org
> 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 at inria.fr
> ==============================================
> 
> 
> 
> 
> 
> 
> 
> 




More information about the users mailing list