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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -