copyRangeTo
: V- R. V$ l8 }3 lUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 |5 c' T ]3 ?$ J
T# T$ b5 f& X! {7 M4 A0 sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
9 U2 T) p0 U% F* x# W7 [; ^& D4 S2 I- v' ? f8 o) R5 p
k0 Y: g; a m1 _* {5 pThe argument listrange designates the range to be copied.# r6 y. k3 E8 v% U6 X9 ^' e
. Q$ F5 h5 Z* h* F! @The argument of data type object designates the target table.8 d0 Z' e! w; x7 E- S, Z! z
' c, a3 n% @5 N7 T9 o/ NThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
. i7 ]# f" Y- F
/ G' n3 S2 {6 d2 Z2 V4 ZThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 1 L- A) O* |- `- ]% Y$ E' r
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |