copyRangeTo 4 r1 w9 q! v' Q' [
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , k+ R- d% ?: Z9 U4 D3 \. h% Q: O; C; ^3 x
k" }" r$ V, ^! P3 _% ?) X
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
o* k) t# |, f
8 G3 f6 D) p9 u- a( o6 L1 m7 B: b$ `6 l# Z
The argument listrange designates the range to be copied.: e$ Q. _3 e& Y/ C* n9 H4 |! f
0 z( ?3 ^+ e, B S, J
The argument of data type object designates the target table.4 O: D! D, v/ t
1 C9 t$ |% u) g" O* U3 i
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
$ R5 ]; ^" L: @. @8 b! q* E/ F
; T/ c' J/ T" z8 g4 E4 WThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
& B1 d5 ]5 X* |. A' ~4 v2 xExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |