copyRangeTo
% b+ q" V/ s' V# ]7 W: FUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) p3 x q8 S6 M8 p
, C* O1 Z0 R. `
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . x' Y2 D7 A" ]5 b
! B( u+ @& O+ H1 l7 G" v: R
" |; f5 e6 U Y. }The argument listrange designates the range to be copied.
b/ S [% D a6 {( P/ @4 w
1 D( c- _! t5 e, C5 e# sThe argument of data type object designates the target table.' u5 S8 Q1 o" j' O* N
4 i. n8 `: r# xThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
& _" b/ z- w$ H% Z1 _7 z/ S$ A# {4 u* J- M6 c- y
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 A$ A7 W4 ~" ~Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |