Can I pause a script to allow a user to edit a data table
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 ...