copyRangeTo
+ c! B# F8 G! _Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
. D Z P) b: ?7 V; Q
9 z+ o# k! X' m* E* D, ~3 iThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. p) x' K7 A# }1 U
% @3 ?: f9 @* S2 m$ E+ O0 l
. h- l9 C' l* tThe argument listrange designates the range to be copied.
1 w: g! f w& f, ]' P4 r4 M
) ~: e- x- {; C6 J; JThe argument of data type object designates the target table.7 }7 G$ x Y% G
1 c" A3 ~7 c' P" I
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' p9 m. \- K4 f( }
. Q2 s: o7 B& ~. l i& JThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 v/ r: W1 z0 e/ K. P! [Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |