質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,11 +40,11 @@
|
|
40
40
|
|
41
41
|
Redim struct.arg(5)
|
42
42
|
|
43
|
-
|
43
|
+
struct.arg(0)=10
|
44
44
|
|
45
|
-
|
45
|
+
struct.arg(1)=10
|
46
46
|
|
47
|
-
|
47
|
+
struct.arg(2)=10
|
48
48
|
|
49
49
|
|
50
50
|
|
1
コード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
struct.number=10
|
40
40
|
|
41
|
-
Redim arg(5)
|
41
|
+
Redim struct.arg(5)
|
42
42
|
|
43
43
|
data.arg(0)=10
|
44
44
|
|