copyRangeTo
7 t+ b+ r& L7 C/ n z3 I6 E1 AUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % ?, C+ q' N$ n7 q$ A' z1 c; V- N
# G+ L. i2 Q. _: m- Q/ t& K8 eThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. " Q5 Q/ ~# c8 b) V$ L
) X, L$ P3 h3 ]" l( G2 R5 O( J: [3 J& D) n" H
The argument listrange designates the range to be copied.5 |$ u+ l. X) @1 T6 I8 E
& g( B6 ]- B& q0 P
The argument of data type object designates the target table.
+ e( a# `, \ n) A# o6 a8 O2 {# P2 ?5 p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 3 V$ S/ s; K) K% a; W. }
( c* v/ ]5 v kThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 _' C" C8 O' k" C/ IExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |