copyRangeTo
. J Q+ C$ I4 nUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) i: E# H' I% b( Z7 X* n9 M+ ?0 S1 ?5 U2 F x2 `
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + f2 N: @" ^! ~: h3 y; R- o
1 u# ?. Q3 X9 w2 G# y1 n. ~
8 Q5 ~8 h" T( n, `7 ?' A9 ~
The argument listrange designates the range to be copied.
9 p, {3 N" h- @& _
% }) u; e5 ?9 R& d6 c b/ pThe argument of data type object designates the target table.
' T' G2 A3 N% n |6 N, p. Q* q2 G/ D) Q4 }8 j) T5 z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. . |& Y5 G! v) r
/ ^5 I% t, x% f) J; Z" {The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 i I2 z f" ?: ~. ~' k, bExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |