[Scilab-users] Comments displayed on Console

Samuel Gougeon sgougeon at free.fr
Fri Jul 11 10:16:42 CEST 2014


Hello,

Le 10/07/2014 17:42, Luís Felipe Rosa a écrit :
> When I run a .sce file, Scilab displays my comments in the Console, 
> which makes the screen get very full of information. Is it possible 
> that Scilab do not display comments in the console when running a .sce 
> file?
mode(-1) will cancel echoing lines of code in console for all 
forthcoming executions with exec(..).
It is possible to do the same only for a specific execution using -1 as 
option of exec(): exec("myscript.sce", -1)
But AFAIK, there is no way to filter out only comments.

Regards
Samuel




More information about the users mailing list