copyRangeTo
( l! Q+ T. E& |1 CUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 3 M& ]/ x; v% Q! Q
3 i0 t/ R2 P1 j( G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ' y& P4 b7 c4 A% r- {* Z
/ ^1 [: s# M1 k1 h j/ S& b
3 H, t7 A8 M. l
The argument listrange designates the range to be copied.
! n3 R6 `) i1 d* u
7 A+ ]2 R9 R* W1 hThe argument of data type object designates the target table.& |, t2 x! i% a5 a+ U
8 ~, j! P" b! A+ C% ~6 R! GThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
7 V2 n) P9 M3 P# w9 Z; H* q6 A
" P' J, m$ {+ \$ AThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
) x9 h% D2 T/ J6 b# E0 @1 {Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |