copyRangeTo 6 U+ j5 N |1 V1 K0 R- o
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 9 s9 h2 F0 ~3 U9 Y
6 T1 L5 c) d$ n; ]; jThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - ]7 } u3 W* f; e3 b
0 s. x6 `! ]5 @$ l e$ V8 ^
/ p. R7 n5 i. \- x6 T0 n, d: o
The argument listrange designates the range to be copied.
* H& P0 [5 x9 X; [, @0 g4 f& a- U; B8 ^' ~
The argument of data type object designates the target table., K7 B2 v% J% m' `0 T9 W" w# W
& T* w: ~3 y/ cThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 9 i$ Q: I$ Z/ i, v7 f: e A
" S \! V8 I( O2 M, ~6 [& N: ?The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ) q# k. ]. |) P& D* h
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |