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

Reply via email to