copyRangeTo
& ~# Q( M& z) s3 t* _" O9 bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); s4 f" ~- m8 N& l4 X7 Y$ x0 v6 c' R! q# g
4 M# g3 |5 f7 H# D3 nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + ?9 g( E" y! S
1 j, e2 @9 \% M
. R- m+ J4 b: d% r/ VThe argument listrange designates the range to be copied./ a6 z' l5 i8 l7 S6 r& u0 C
& l4 T& N, v+ `. c& v! x
The argument of data type object designates the target table.
8 }+ S; h- e) _% o( B- b& t
6 s. G. P B" W$ J# K, AThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 |5 }$ D _5 B4 f1 X
9 m4 C5 q+ p7 I9 s' B
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 |! `% y* A6 u4 l
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |