Simple question : Is there a way to display a message without stop the script ?
Alert() stop the script.
setTimeOut seems be usefull but it's not available and Utilities.sleep() seems not working that way.
Someone can help me?
Thank's you
Simple question : Is there a way to display a message without stop the script ?
Alert() stop the script.
setTimeOut seems be usefull but it's not available and Utilities.sleep() seems not working that way.
Someone can help me?
Thank's you
Copyright © 2021 Jogjafile Inc.
modeless dialog()was exactly What I need.Thank's Cooper