Hey All,
Is there a way to count the number of times a script has been run?
For my script, When the user runs the script, I want a window to pop up which allows them to input values - then I want the values to be stored, so that next time the script is run, the window no longer pops up and it runs using the values that were input last time.
Thanks!
Count number of times script has been run
-
Mike Hale
Count number of times script has been run
Do a search here on customOptions. That is one way to store data between runs.