|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了$ B% ?7 V. b6 }* E& b4 ~
do" y! W4 U& S9 \% U' E# |- i
seedTab.create;* p2 h( p9 W0 N% ~ Z7 P; g% F
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
9 y: N; W2 F5 V0 I c seedTab.writeRow(1,2,1,0,"Interarrival time of customers"); o! b% q- N6 p. X
seedTab.writeRow(1,3,1,1,"Lead time");
7 b2 K. S- w5 S, q, j2 c print seedTab[3,2];% M' S1 L4 l& H6 B" P. f
3 {5 t; B E9 v3 q6 E# D# K- x m-- ……+ A n3 X# R1 e* S
end;
3 e* }' q$ n" ?: D, J
3 x1 d/ w1 d5 J<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);/ w; d, i2 [ }/ ~
这个说的也很清楚
3 Z; E& Y& \4 z" Q+ f( K0 n5 K" owriteRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|