In a repeat loop I bring up a dialog (a stack opened as 'modal') to fill in some additional info when needed. But while the dialog is waiting for user input, the repeat loop continues! How do I let the script wait until the user responds to the dialog? Terry