Network and Planar

 From:  Michael Gibson
6077.3 In reply to 6077.2 
Hi Andrei, right now it's difficult to directly call 2 commands in sequence like that from a script, because when in a script you call moi.command.execCommand(), that begins the startup process for launching that command but the script itself does not wait until the command is finished. And once you start up a new command it will cancel the one that is currently in the startup process.

In the future I want to add an option to execCommand() to wait to make it easier to string together commands like that.

- Michael