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

Allan CORNET allan.cornet at inria.fr
Fri Jan 11 06:15:07 CET 2008


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
==============================================







-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20080111/4bf5e9f8/attachment.htm>


More information about the users mailing list