Skip to content

Instantly share code, notes, and snippets.

@browny
Created June 22, 2024 06:03
Show Gist options
  • Save browny/972a7de3c0e6b7207d4bcdc3ef31a600 to your computer and use it in GitHub Desktop.
Save browny/972a7de3c0e6b7207d4bcdc3ef31a600 to your computer and use it in GitHub Desktop.
apps script code
function rangeprompt(range,prompt) {
prompt = `陣列=[${range}], ${prompt}`
return execute(prompt);
}
function wordgen(prompt) {
return execute(prompt);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment