copyRangeTo j9 c9 {; f/ E. k& \& j3 d
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) ^3 y/ B2 `& d4 t- \! s& v
- B( J7 O e4 C- b2 s+ |3 [ \4 eThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
# |+ w9 j4 X" l8 U1 Z( n/ v- _# b
: | C n" A5 @6 Y
' p! n3 a" A. p, R' C; ?' D" ^* i% E: p& vThe argument listrange designates the range to be copied.4 X* n3 h# \$ i7 V
}+ r& W% W) z8 H( t% O# nThe argument of data type object designates the target table.9 p9 [2 T; ^! n$ e2 F7 J6 y
" K6 O" j0 R4 H7 q$ ]% @9 _The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' s4 y) e2 y k# R( I: K
- D& y: n5 `' _' h; Q5 T0 r
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. n! h( K& i6 }+ xExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |