copyRangeTo + ]" T+ Q$ M. v6 `
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 X+ ^% m% z0 i/ `
% r e/ _7 o, e
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; b2 U4 t3 j6 @: r* t7 t& f2 K
5 z" w4 @3 Z& D8 u) k, g) k) I1 a( `* ^3 Q+ X& w. P
The argument listrange designates the range to be copied.
7 j3 t' S8 A# E+ S$ u8 I+ t
/ [: p# D/ j+ Q* jThe argument of data type object designates the target table.4 r7 _6 W3 `* z* M. S; S
8 o' ^3 v4 ?* ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" A) \3 Z# h2 V3 Q& ]* _; l2 X$ H4 C
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ d+ _2 W2 q( h- ~; ~Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |