copyRangeTo # O( j) x% Z( h; \: g1 i6 }- x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ; ~0 w1 ?, v) B( c r# v1 \
6 F% D7 T/ K- X& sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 V; {- W k- J0 X" s
. P6 B! f5 A9 P$ R9 } b7 \8 X* A
The argument listrange designates the range to be copied.* l( M& X1 b/ W# }: w- w
" _$ `- N, G' ~+ e0 NThe argument of data type object designates the target table.2 ^: i7 K h* G( u3 u& [- ^
! y5 z# B/ r5 R/ {7 \" m5 @7 }
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 8 L* [+ g/ q+ e% Y
7 B. u3 b0 @* i3 V
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! O+ x- A# D* M% m. Y' T6 }
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |