copyRangeTo
. @& S7 `2 ~. EUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ g& y- i5 O5 a6 P; g1 E+ L" X
" C' P' F: m# J d; D- E6 yThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: Y" ~! ?; J H- _9 ~
) [; o/ `9 Q) ~
a/ M- L; j. Z- @6 `2 [! WThe argument listrange designates the range to be copied.
' p& D+ L$ a- h: e6 S' o" B4 M2 W. J
* e. F+ P! `4 U) h0 tThe argument of data type object designates the target table.
6 k+ L1 d4 R5 L0 V' z$ ]7 z' Q1 k1 o0 p% e# E, l, U$ Y9 {/ [7 j
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" v- O6 P+ J' [! g/ D# R$ F1 [4 \5 `5 ]5 f
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: v+ ? e2 W/ UExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |