|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了/ T' p! Q5 Z9 o! D
do
; }, |+ z- z6 _" U( A6 f' x1 X- Z seedTab.create;
, n- T: W' m3 T. j+ z seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
5 l6 D& O! R# ?6 F2 T7 P: U seedTab.writeRow(1,2,1,0,"Interarrival time of customers");" _6 ]) N/ _/ s Q ~
seedTab.writeRow(1,3,1,1,"Lead time");! `" I# w' D$ R' C' @
print seedTab[3,2];* X7 \7 a! z' D( h/ Y' M" G
9 g9 G6 q- N; l% V
-- ……& h; W4 I% {9 ^7 k
end;
5 T8 ?; [: |! y r4 E5 t: w" n7 y8 X, P4 |* @( t
<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);/ o* q$ j, B6 N$ b7 @& L
这个说的也很清楚 6 L1 t- V3 w6 b" x0 C, K, g5 s' N
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|