copyRangeTo * |- C8 b' @6 X' I3 [
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) A. v& B& E K& a0 k* x
% ^3 m6 ^0 |1 ZThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( u/ `2 `) z. I$ @% F8 j! ~2 \0 m
* a: {# S# S" G2 m; n$ C( u) B
* C( p- U* j1 pThe argument listrange designates the range to be copied.& k" R' B( y# l, W
3 L9 X0 Q: C% E+ DThe argument of data type object designates the target table.
" `8 w8 E- I" ]4 ?. H+ h4 k9 R
- X7 Y l# C+ h0 z) P* p9 \The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 G: T8 O. y/ X- A& K. Z2 C# S
, l: O' E5 i, r* AThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ) o& P& H3 S$ n# d0 o
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |