Is it possible to use the exit command to sense a DDT button
press or Escape key press? I'd like to exit a block structure
such as FOR/NEXT or DO/LOOP if one of these events occurs but I'm
not sure how to do it. Are there any other simple ways to interrupt
a block structure if one has an impatient user?
Thanks
------------------
press or Escape key press? I'd like to exit a block structure
such as FOR/NEXT or DO/LOOP if one of these events occurs but I'm
not sure how to do it. Are there any other simple ways to interrupt
a block structure if one has an impatient user?
Thanks
------------------
Comment