Scripting the Trim command -- programmatically select objects to keep or remove?

 From:  Michael Gibson
11415.2 In reply to 11415.1 
Hi Mike,

re:
> it seems to block the gui and wait for me to do something next?

The gui will be blocked because the call to moi.ui.alert() will show a modal dialog box.

You'll need to dismiss the alert dialog box for it to progress to the end of the script.

- Michael