copyRangeTo 5 c* S( J0 {) ~7 p
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 5 o5 E- S- l0 g. N5 r! S; s
( P8 w" T; l8 h6 r! X+ s. CThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 A& b) c+ d6 n% S `$ F+ W
4 \% t% N1 ?) a7 O
& u1 q- E- E+ @+ k' Y/ {The argument listrange designates the range to be copied.4 d! ~" G9 }8 m, v
2 z- C, D: ^" u; b. S/ A
The argument of data type object designates the target table.2 {; Z+ J# z$ b* A& t) w# ]% U# V; a
1 s0 ]5 }/ R/ e p' i5 E8 d
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 d+ f+ p% X/ L u# x
+ n" x, }5 H' ?7 S9 WThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
# @8 u8 O+ D0 |2 mExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |