|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
, C; g. A A; W: v/ U" tdo. C. p+ f9 v. k1 O! M) ]
seedTab.create;1 B4 D& Q7 S" G3 E6 `/ R. p# O
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 25 N% \# R. n( n, r; ]; L
seedTab.writeRow(1,2,1,0,"Interarrival time of customers");0 ~. f' u/ `( {2 ^4 V8 F" }* f
seedTab.writeRow(1,3,1,1,"Lead time");
/ ?2 ?. w( ~) T print seedTab[3,2];2 t% h; j9 L; A7 K( y$ N
' ]/ b, d. X( l" w5 Q6 l-- ……4 X4 }) k5 I q) u3 e
end;
?1 s) N9 Z$ w5 i! e2 A, s% ^* K# c6 X5 c' {: P( [1 [) s
<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);7 ^: b# x5 a3 ] i8 `* I
这个说的也很清楚 & {9 m8 z# G; M5 Z! N1 a
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|