I am new to javaScript so I need help using App Script.
In GUI Builder, I have added a list box by name “List Stocks” and in Events I have added a function “listStockQuotes()”. I have no idea of how to add elements to this list box and display them. Please help
I am new to javaScript so I need help using App Script. In GUI
Share
Now it is possible to add items to a listbox only by write code like in the following