質問編集履歴

1

global_sheetmemo[sheet_max] -> global_sheetmemo = Array(sheet_max);

2021/12/22 07:55

投稿

2477_g
2477_g

スコア1

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  let sheet_max = SpreadsheetApp.getActive().getNumSheets();
60
60
 
61
- global_sheetmemo[sheet_max];
61
+ global_sheetmemo = Array(sheet_max);
62
62
 
63
63
  }
64
64