copyRangeTo
9 A. ?( K/ j" j8 Y' r/ t) zUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ( R; l3 U! e3 I5 [2 i& Q& S
6 ]+ ?4 G, Z- }4 ?8 bThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( Q+ W/ N: r. P
4 d! W$ a4 G6 v! w R3 q6 n0 X+ R) G. _/ G/ |$ U
The argument listrange designates the range to be copied.: m7 N, _/ g+ }% b+ G
. p3 D4 n J( q2 _7 H
The argument of data type object designates the target table.
$ U, U3 y7 I% v6 n6 f$ `" ?, s: C* Z/ f, p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & A& t9 p! Z5 ^! W$ \
2 N) U& k- m: |$ M5 Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. # C& v3 |( f$ Y
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |