copyRangeTo
0 Z5 x/ }% [ G3 eUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); _& t5 U' L* d1 _
) u* m% V. k! `8 x, XThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 q8 x+ \" R1 T
* H, [6 ]) s; \4 F5 m5 l0 ?
x, d% P8 c0 j* R$ h9 S. o4 ]- ]6 RThe argument listrange designates the range to be copied.( X! ?' K7 z/ P2 ?' l
+ D4 s; e" y/ a* V
The argument of data type object designates the target table.
8 H }4 A: ~0 x4 T \+ `2 L3 L, ~' M) R- \9 S: U3 K# H0 v
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
$ o) i! [8 z6 I, {7 N8 y" r/ M2 i+ ^2 k$ I$ j- ^7 z0 \4 @! c
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! E l: V j- R" A& R- w9 h& b
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |