Re: [Scilab-users] Scilab API sciprint to print on the same line

2019-12-12 Thread Samuel Gougeon
Hello Chin Luh Le 12/12/2019 à 17:10, Chin Luh Tan a écrit : Hi Samuel, Thanks for your reply. Previously I was using clc(linenumtoclear) for showing this effect in scilab, but i never thought of the mprintf, i was using disp that time for i = 1:100 disp("Static counter : " + string(i)); sl

Re: [Scilab-users] Scilab API sciprint to print on the same line

2019-12-12 Thread Chin Luh Tan
Hi Samuel,  Thanks for your reply.  Previously I was using clc(linenumtoclear) for showing this effect in scilab, but i never thought of the mprintf, i was using disp that time for i = 1:100 disp("Static counter : " + string(i)); sleep(1); clc(1) end it seems that the mprintf also