copyRangeTo
/ Y4 q! o5 o- p* g" r+ S4 DUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
6 m' S/ }! O7 Q! c% b$ _- @" ^9 t+ E" d$ ]
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 N) T$ q: I1 J2 v# y9 W( x0 A
+ ^+ _& ^2 o9 @
& i) V& T W% r2 U& s3 x# [! MThe argument listrange designates the range to be copied.
9 ?) `. p: j: |+ z9 P2 H# d
4 Y; F7 Y9 v5 G K3 Y: IThe argument of data type object designates the target table.3 p5 b1 z# H7 E7 n# O5 _
( |6 Q# ]9 `0 C, m( |# B0 J r
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
, C0 v3 T: p$ I( O
9 W O/ J7 B" b m# a* @The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
1 `' B% l, I/ x1 c" MExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |