I
I
Illarion Labahua2017-09-20 11:28:59
Google Apps Script
Illarion Labahua, 2017-09-20 11:28:59

Why is "There is no closing parenthesis (")" after the list of arguments. (line 2, file Code)"?

If I use arithmetic functions, everything works.
When I use functions from Google Spreadsheets, the same error is displayed.
In the console, I connected the necessary additional function
(this Google Sheets API)
(Here https://console.cloud.google.com/apis/api/sheets.g...
3ed2c0294f9246e3a383b541543580aa.PNG4a179cd91b8149e99028f96f740848ce.PNG71bd10519d42400290a59b97f03c0b50.PNG64e879c6e17648d7822f80ae79318c1c.PNG

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2017-09-20
@oshliaer

Most likely the problem is the use of the ";" character. In the Google Apps Script language, it is used as a command separator to the interpreter. You cannot use them in such a context.

  • https://learn.javascript.ru/coding-style
  • https://javascript.ru/forum/misc/48263-tochka-s-za...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question