copyRangeTo 1 J k5 f# Y$ }7 M4 `' K; ^% f
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 N! s8 x/ s5 o" |
E. a) r7 S n: L5 A0 Z4 M0 H% sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - _% T1 `2 }% Q# D
* J2 B; n5 W0 o8 s9 r3 N& `& A; D
2 H- V# B v& s# P, `/ D4 JThe argument listrange designates the range to be copied.3 c7 b0 j4 q0 M3 }! U8 R
" f% }/ l3 _1 X/ ]0 m" q# n# x3 ZThe argument of data type object designates the target table.( X4 e$ P3 g: O
0 J/ J, j1 H3 n+ i7 gThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% t0 v2 D) c, c, |- l+ K7 u! |- g+ I: L/ `# D7 I
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* d0 [3 r% `7 M$ R! F9 W1 CExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |