On 14/09/2015 at 06:06, xxxxxxxx wrote:
Hi,
I have an input dialog in my code to get a value:
txtInput = gui.InputDialog('range', '0-100')
But I need to know when the user clicks on 'Cancel', to make sure I stop the script when that happens. Must be something with a boolean I assume? Does anyone know?
Thanks!
Hans Willem