copyRangeTo 0 m8 t+ n2 p4 h
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / a! M& l) M' _ c0 G- @
7 P0 G" w# H+ Z+ y5 p
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 5 C% l( Q; |8 W+ s4 T" w" [" d
5 q/ J# y" F2 C: O% a( i r- z9 \7 _: z' T" w: ~3 j
The argument listrange designates the range to be copied.' Y( q0 m2 Z$ Y$ B
/ U" n1 m) L2 A" y. mThe argument of data type object designates the target table.. U, u' M5 G$ p% _2 o
f; r3 S# h0 d1 l
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 5 ?$ J& s6 d, y7 ?+ t: `5 v
2 L! L; }/ L1 [& Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 h. L S. c% \. {$ ]+ O# ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |