javascript - User Input in Google Spreadsheet Script -
i have script creates big matrix based on kinds of variables.
a few variables change periodically , values hard-coded need update script often.
how can prompt dialog , ask user info , use said info few of variables? want dialog couple text boxes user input , ok button continue script.
found it. create variable this:
var buildversion = browser.inputbox("build version");
this create popup dialog asks user input "build version"
Comments
Post a Comment