copyRangeTo 9 n5 a$ C6 p% b& V0 t% [/ k
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * I' _. P! _1 ~1 }
7 ]0 R, z8 _6 u9 K2 ~* ]& I4 `7 dThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) \6 u, T- I4 i, |0 I" Z1 ~
# k- @$ K2 z; H! c- y' ^2 m0 a* E, d0 m; K q
The argument listrange designates the range to be copied.% N' `% X. s% ~4 C( R0 P3 ~7 z
% S5 A3 ^4 P+ _0 e9 D! SThe argument of data type object designates the target table.
$ X5 v6 s" ]* p% W3 |9 U$ {3 w5 u% k1 j+ v0 Z1 c
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( m) s; M' a2 }/ J+ f
: f4 _' a* U% H/ ]1 A" H" xThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
! L* D8 l. |' ~+ sExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |