copyRangeTo 8 c6 A/ _2 c! H: O# W Z$ N. z
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! d6 b% o8 I r) h1 ?
0 }, Z$ c% W1 q6 Z6 rThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * J! J- \# q* {# V' X$ f
9 t- l. s2 c/ `' ~! ~$ ]8 L
7 k" ]3 J$ l7 Q: V2 C) sThe argument listrange designates the range to be copied.
" g w0 y) v1 g8 n S* x( D0 l- H. d) f; H/ Y6 H2 [
The argument of data type object designates the target table.* S2 P* D1 e5 G
1 y( @1 ]5 I6 u1 q* b$ h j
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: O/ J8 r" ~( S: n8 y% n$ ^1 |
* l& O2 V/ q# t+ aThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
# v6 S: p5 _/ b n- FExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |