copyRangeTo
9 P4 G! I$ c1 iUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 2 g: e1 D, D, r5 b. ?1 a: p
z0 J7 [8 g" d" b7 ]The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
0 o! n0 ^& Y, ?( p
$ H5 V/ O' X( ?9 p
' _# P# s i; BThe argument listrange designates the range to be copied.
+ g E- F; P% f& o, V, X
m7 I, M6 |$ _# D7 F( ]The argument of data type object designates the target table.
, A% l: M! N7 R! [' L; w# ?8 D9 ?/ d9 n3 c3 b2 o
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 W. p' m$ H9 h6 ^0 }+ \1 Z
! q+ p: n: s3 M% E" T; V% n
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; t, {% s" R2 P6 i+ `: |# U
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |