copyRangeTo
: G1 Q6 v( d2 ^Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); d' _: s/ ]3 k4 h& w) i) i% T4 q7 [% T
, {* K G; S! EThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. B6 ?( p) }5 y9 g: U) i% E: J: ]
% L, n! P4 ^& k* V2 V! Z: a
- ~& w/ n# H$ I7 W- WThe argument listrange designates the range to be copied.# N, _7 i, E: k0 R! J$ ~+ ]
) o& E* K; A) N) c: ?" {. MThe argument of data type object designates the target table.$ z/ h6 c' b. ~! F# ?' W
! K I, _ M# j- _( v! Q3 f6 }0 e! w8 N; A. YThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. . c3 s/ `- Q: t; ]" i0 f
0 W/ o5 K% N6 i! L c
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 v& X* j+ Q8 O% j' [. v dExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |