Skip to content

Instantly share code, notes, and snippets.

@UskeS
Last active May 31, 2018 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UskeS/d11c3795f0bf7c1e09f6981c69067126 to your computer and use it in GitHub Desktop.
Save UskeS/d11c3795f0bf7c1e09f6981c69067126 to your computer and use it in GitHub Desktop.
Input dialog method in GoogleAppsScript
function prompt (mes){
var string = Browser.inputBox(mes);
return string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment