|
发表于 2014-11-27 16:47:30
|
显示全部楼层
需要通过一个表格,修改后然后赋值。
' }8 _! r/ p' W7 Q6 X, Sis
0 ^! o6 j- [2 b2 P9 a% |, c AssyList : table[integer,integer];4 V8 ]5 a4 x' w, Z8 T
do+ l- B! b9 P; M; X8 Q) S8 |
AssyList.create;2 l* @' Z) [+ T9 v( z# f2 h5 B
AssyList[1,1]:=2;
6 [7 c2 Z7 h! Z3 b5 M; G# t AssyList[2,1]:= 3;: c2 H. d8 {* f ?) v! `, D
Assembly.AssemblyList := AssyList;
+ E% _( \4 \1 S, {2 B/ p; ^/ j& u, bend; |
|