Hallo Jens, I am not quite sure if there is a way for the cursor keys, but using "messagebox", "x_dialog" or "x_choices" should fullfill your purpose.
I understand that you want the loop to stop and just go on after a keyboard command. So if you use one of the functions mentioned above a popo up window will appear, whihc you can use to have someting like " go on" (to go back to the loop) or "abort"(to quit the loop). you may also use "pause". Best regars, Philipp 2014-08-08 21:35 GMT+03:00 Jens Simon Strom <[email protected]>: > Is there a way to stop a loop at each cycle and continue it by pressing one > of the cursor keys (up, down, left or right) so that the script 'knows' > which key has been pressed? I experimented with the input command with no > result. > Kind regards > Jens > > > _______________________________________________ > users mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/users -- There we have the salad. _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
