Hi,

> for i=1:10 mprintf("%d \r",i); end
1 2 3 4 5 6 7 8 9 10 

It's not really what I expected. So I tested

> for i=1:10 mprintf("\r %i",i); end

and Scilab-6.1.0 crashes with a shell message

"terminate called after throwing an instance of 
'GiwsException::JniCallMethodException'
[...]
End of stack"

Is it a bug?

-- 
Jean-Yves
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to