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
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users