Uncaught SyntaxError: Unexpected identifier
Dons999
-
Yoyo01000 Messages postés 1720 Date d'inscription Statut Membre Dernière intervention -
Yoyo01000 Messages postés 1720 Date d'inscription Statut Membre Dernière intervention -
Bonjour, j'ai un problème à la ligne 11 mais je ne vois pas lequel..
function reset(){
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheetByName("Ouvertures");
var sheet1 = ss.getSheetByName("TRS de la ligne");
for (var i = 1 ; i < 50 ; i++) {
if (sheet1.getRange(1,i).getValues() == sheet1.getRange('B24').getValues()) do
var value = sheet.getRange('8:8').getValues();
sheet1.getRange('10:i').setValue(value); -> LIGNE 11
}
}
A voir également:
- Json.parse: unexpected end of data at line 1 column 1 of the json data
- Uncaught typeerror: cannot access offset of type string on string - Forum PHP
- Syntaxerror: json.parse: unexpected end of data at line 1 column 1 of the json data ✓ - Forum Javascript
- Syntaxerror eol while scanning string literal ✓ - Forum Python
- Syntaxerror unicode error unicodeescape ✓ - Forum Python
- Erreur python - Forum Python