質問編集履歴
4
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
3
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
while(true){ //スプレッドシートを開いている間はずっと
|
22
22
|
|
23
|
-
if(copy==true){ //コピーした瞬間の判定
|
23
|
+
if(copy()==true){ //コピーした瞬間の判定
|
24
24
|
|
25
25
|
Browser.msgBox("Hello World"", Browser.Buttons.OK); //アラート
|
26
26
|
|
1
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|