addmenu

Jens Simon j.s.strom at hslmg.de
Wed Oct 20 14:54:53 CEST 2010


Hallo Scilab experts,
In the test code
---------------------------------------------------------------------------------
function foo(x)
disp("break will be ignored."), halt(), break,    
endfunction

addmenu('END',list(2,'foo'));
n=5000;    
for i=1:n,   disp(i), end
delmenu('END');
---------------------------------------------------------------------------------

the "break command is not executed. What has to be modified?

Kind regards
Jens Simon




More information about the users mailing list