copyRangeTo 3 X. p$ N: C& }
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); # X, V; {# i- C8 A# ^ k! \
d _- {2 Q" m. f* G, DThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
% L8 h# ~2 c* _' k/ P4 i, m) y& o' c( U( z8 c: f
; V4 f. N) r8 U& H% I$ ~The argument listrange designates the range to be copied.6 h" z/ B. `; q j9 }
5 Q5 a- a+ g3 c0 U, x# l
The argument of data type object designates the target table.
4 w" d" J: i0 X: g3 I
' k5 H; C, ? ~2 u, IThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( F9 s" V* Q& R9 Q0 U i f* o1 Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
8 B1 I6 |, t, h9 u/ A( CExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |