copyRangeTo
+ Y& S6 A, P) [" ?6 aUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); # |) Y! ^. n* `, }( J5 p5 a8 q6 L
$ e- O/ ^/ P1 w1 EThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 U# k% ?5 p& ^/ K9 X* H- h" m, s4 J0 P+ p+ r
8 T" ] H, `" mThe argument listrange designates the range to be copied.7 n/ d# |/ L) s1 A% l+ N" q
; w ]6 ]$ I2 T# D1 ^The argument of data type object designates the target table.
+ J7 L+ _4 A2 w3 y7 e4 W) f1 x0 I' q) c* H
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # n) W1 O |! D; J! f9 L8 D
a! T$ ~$ X; D- N8 w; c
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 e6 t& _8 ]& N2 @1 j" a2 x
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |