copyRangeTo / W$ c/ f$ O. @: o
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 R! x0 I4 n$ p6 ]" a' l) F
' o* n3 P U! IThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
3 @& c F5 @2 r# [- T1 T9 [9 |3 B7 m8 W
5 W! N! {9 N& D$ A
The argument listrange designates the range to be copied.
, x' ]' Y( E$ |, Q6 h4 a- ~8 M$ W9 x0 |9 f8 K
The argument of data type object designates the target table.# {: W: R/ c; W" ?
. O3 ?. j Y. i/ MThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ! w0 b/ u4 I/ D4 K$ z
; G' p& f1 [( g0 h
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. - }9 p) u4 N# g/ l
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |