copyRangeTo
, V4 |5 c; Z5 L' X& j. `9 fUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 c$ X: z& L/ Z1 K" y- y, C2 Z
" ]5 Q3 ~" {3 j
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
4 @( A& j( x' C- t$ v7 U G6 D1 T
0 L8 G+ a, j+ F3 ?. [9 {* v( K
1 L8 {( k# x6 M" b2 v/ fThe argument listrange designates the range to be copied.
& ~1 P7 q" S% S. E2 P% G. \. S0 Q
The argument of data type object designates the target table." X3 F$ t/ o3 @4 I9 J: Q
. g. J, r w' @0 O5 U2 nThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / F9 Z/ M6 m' W( M4 C0 i6 F
* w, B6 S/ C9 f( W) v I
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 L1 d# i B0 oExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |