Why is there no exitscript argument for the SelectFromList function?
Currently im using this when no selection is made:
if not ‘list name’:
script.exit()
Why is there no exitscript argument for the SelectFromList function?
Currently im using this when no selection is made:
if not ‘list name’:
script.exit()
Because nobody made it.
You can add it by making a PR against the develop branch, and I will happily review it.
and this is fine.