copyRangeTo
& [0 b1 ^# X$ V$ @6 GUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / F/ G/ t! N! N+ r6 P' P, R
4 q, x3 u( `" _# y& _The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. & T+ [( d6 D) [; W! Z
* ]/ H5 A4 @2 T$ v. _
3 V6 j. e# e+ f# K% O/ JThe argument listrange designates the range to be copied.
( @+ z1 a# g0 H) e4 P
9 r/ `2 k+ q; s! n0 JThe argument of data type object designates the target table.3 ^, ]: f* i* |+ c
4 d1 z7 k) a- eThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 p, t3 `: ~6 p
; U: V. @* o& ?& N* W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 2 E0 B4 M5 e, M6 f& r
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |