Well, I am confused by the fact that I could not understand it myself, but after several hours wasted, I realized that it would be easier to just ask here:
I have a group of .gs files in my Google Apps Script project. Now I want to call another file function from a method (something like AnotherClass.awesomeFunction()
, which throws a ReferenceError
though). Is this possible in Google Apps Script? If so, how?
source share