copyRangeTo
2 F8 A6 ?0 i3 _& ^4 k: pUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
6 G) Y! r1 N. c- b& a: }/ h; L7 O
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 |- z( Q0 W9 l8 T( l% c3 i5 J2 P. @' g- d3 g6 f" E4 ^8 }
" u0 w& Q" s) @" Q5 IThe argument listrange designates the range to be copied.
& J/ C8 b. n! T1 _7 U6 t8 I0 N+ T
The argument of data type object designates the target table.$ t8 o2 Q, u0 d0 W3 B% j- l' Z
6 M/ P# n7 @3 \6 o0 G7 b
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # ^5 M& C# N* h; M( n
! i$ Z$ K& B5 j5 c- V$ B$ i7 H$ U W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " `" H3 |8 F# a
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |