[Scilab-users] Start an arrested loop with one keystroke only

Jens j.s.strom at hslmg.de
Tue Nov 22 01:22:28 CET 2016


Hallo Scilab users,
I am searching for a convenient way to  restart a loop with only *one* key
or mouse stroke. The loop may generate and show graphics or not. I tried
xclick, pause, halt, and input with little success. input is closest to the
target but not close enough. 

   for i=1:3
      plot()
      //commands wanted which stops the loop and continues it with ONE key
or mouse stroke only.
      //input('click on console and press return')// very close but more
than one stroke
      xdel();
  end



--
View this message in context: http://mailinglists.scilab.org/Start-an-arrested-loop-with-one-keystroke-only-tp4035053.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list