copyRangeTo
% m) d/ H) X6 m" b Z% ^Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) {& F4 X2 W; r6 |( P- d `1 |" H
& h# p# M! j: D& [; Z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ ?+ M7 K2 T$ H3 w% P9 ^9 }
+ |' {: O% h( Q1 a1 c" O5 S) k9 c5 E$ N7 d
The argument listrange designates the range to be copied.
) H9 A5 H; a' z4 U' u" s P
, D' \! }' c, f# S' B7 M$ u1 ZThe argument of data type object designates the target table.
8 r& K* N; X8 i; ~) R4 ]6 z% S1 b0 Y# R7 h3 d3 F
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: g7 R# k" J. a* R& B5 _1 X5 T* t4 t. X, V
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " c) z: L0 ]/ y, |# t% V9 D( @# ~* `
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |