can we create second script and inside we will add addvalue() function, then first script take its reference. means we will not call addvalue() function directly.
Hi there, just came accross your excellent tutorial and I straigth went for it. But everything looks different here ... is it because of I am using the latest version of the google script application ? maybe do you have any Idea it would help me a lot thank you very much
The Apps Script editor looks different now, and some of the methods used when interacting with Google applications like Docs or Sheets is new or different now when creating your own functions or classes, but the basic "how-to" of this video is still applicable today. There is another RUclipsr called Get It Done that has some excellent Google Apps Script videos that have been made within the last couple of years that will look more similar to what we are using today. Google themselves have some short videos on GAS, but most of those seem to be targeted more at medium to large scale enterprise solutions for Google Workspace more than a beginners tutorial format, but are still useful once you have your feet under you. Almost everything you can do with Javascript you can do, or find a workaround for, when writing for GAS. Sites like W3 Schools or Geeks For Geeks are excellent resources for Javascript.
That is correct. If you want other users to have access to your library, it must be publicly visible which means anyone can make a copy of the file. If you have a project that you do not want public, you can create an add-on that users can install, but it will not function as a library.
This was so helpful, thank you! The UI is a little different now in 2023, but I was able to get the idea.
I've never seen someone so dedicated to branding. I respect that.
This really helped me get a basic library going, thanks so much!
Glad to hear it was helpful!
Great info! Thanks for sharing!
Boom! And this one video answers a dozen questions :) great work, thanks
Glad it was helpful for you!
ESTO ESTABA BUSCANDO! GRACIAS!!
can we create second script and inside we will add addvalue() function, then first script take its reference. means we will not call addvalue() function directly.
Hi there, just came accross your excellent tutorial and I straigth went for it. But everything looks different here ... is it because of I am using the latest version of the google script application ? maybe do you have any Idea it would help me a lot thank you very much
The Apps Script editor looks different now, and some of the methods used when interacting with Google applications like Docs or Sheets is new or different now when creating your own functions or classes, but the basic "how-to" of this video is still applicable today.
There is another RUclipsr called Get It Done that has some excellent Google Apps Script videos that have been made within the last couple of years that will look more similar to what we are using today. Google themselves have some short videos on GAS, but most of those seem to be targeted more at medium to large scale enterprise solutions for Google Workspace more than a beginners tutorial format, but are still useful once you have your feet under you.
Almost everything you can do with Javascript you can do, or find a workaround for, when writing for GAS. Sites like W3 Schools or Geeks For Geeks are excellent resources for Javascript.
Do not be shy to zoom your code
Very good!
But, it no protect my script. The user can acces and view my code. I don't want this...
That is correct. If you want other users to have access to your library, it must be publicly visible which means anyone can make a copy of the file. If you have a project that you do not want public, you can create an add-on that users can install, but it will not function as a library.
pls zoom the screen to see the work.