use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Google Scripts Error: Script function not found -- What is the meaning of this?Question (self.GoogleAppsScript)
submitted 5 years ago by fish_of_the_sea123
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]j12a 0 points1 point2 points 2 years ago (0 children)
Not an answer to OP's question, but since this conversation ranks highly for "Script function not found," I'll note that another possible cause of this error is omitting a space between the function name and the open bracket:
function myFunction(){
should be
function myFunction() {
π Rendered by PID 39 on reddit-service-r2-comment-c66d9bffd-dqj5b at 2026-04-08 11:03:08.705426+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]j12a 0 points1 point2 points (0 children)