copyRangeTo . a, ]+ T5 l( S6 L0 ~+ X# E
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 r y: J4 ?" U( ?4 O2 y, j9 Q
( f4 B7 e5 z. w+ j- O9 p# ?: L1 FThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 K3 X. x; ^& d. w0 H
9 A# m/ U8 v* _6 z/ P
# F# S3 s6 Y5 Z# f
The argument listrange designates the range to be copied.' o3 I! a. B/ Z! b
0 g/ g, v) l/ u2 C0 l* iThe argument of data type object designates the target table.
+ W# x$ n" |5 U
7 a: y) e, X8 X& K- [The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
9 j t& j% o$ S: n7 F! R+ Q* K0 ^# ]5 C
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 J( G# V$ `" E, Y6 Z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |