I currently have a script which if run as highlighted lines works perfectly.
Highlighting the first lines, a data table is created (from an SQL Query) and the script stops.
That table can then be edited (some rows are highlighted or deleted) and then the 2nd half of the script can be run.
I'd like for a user to run this without having to highlight script lines, so I need a way to pause the script until the user indicates the table is edited.
I tried New Window << Modal, but that does not allow any activity outside the GUI.
I tried New Window without Modal but the script keeps running without the edit.
How do I script in the pause as is done by running the script as two separate parts?