回答編集履歴
1
宣言されていない変数の編集
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
For i = 1 To D
|
39
|
+
For i = 1 To DMaxNum
|
40
40
|
|
41
41
|
If DLabel(i).Name = "lbl" & setAddres Then 'ここでSystem.NullReferenceException
|
42
42
|
|