|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
9 \* [# D! S+ w3 Zdo
$ E7 e, D+ O/ W# L3 v+ m seedTab.create;
" L9 L- @3 H$ [- O; O seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2) O) z9 P# r- N* ^
seedTab.writeRow(1,2,1,0,"Interarrival time of customers");
8 R+ D9 ^( d# r; M2 Y seedTab.writeRow(1,3,1,1,"Lead time");
+ ^: D: M2 ?% _; M" J, x print seedTab[3,2];. ?0 m: y0 Y0 I, o' l* ^
' A. _7 a1 ]& z6 F* J% ?9 p-- ……7 y% t9 ]& l w( N; s0 |, r( l
end;
. i! A' p. ^& S W( l4 t! t. e
, u+ x7 j! Z# O4 P( \<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
- F* k1 y. H& ~! t& C这个说的也很清楚 & W4 _8 |& t: _0 n& R. G9 I
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|