copyRangeTo 1 ^' |; j. V& ]/ T& a% M4 U
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 x f8 _" x# h# G; t5 U) `" ^! i3 [8 v* ~* e) ?
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ' i$ P0 \% R: B. X* T( Z7 E
" K5 {2 q9 {* I6 C m
1 x5 ? D* f) h6 b. j
The argument listrange designates the range to be copied.4 ~2 T. ?$ [& _3 Q" m6 r* n4 v
+ p) m; i5 `4 {8 O! s, I5 e( ~The argument of data type object designates the target table.
+ o% P( f! q( h( ~$ o' k$ g6 s9 ]) K4 k6 F8 h3 B g. Y
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. - c, j3 }; e& j' j% U; D
8 U1 n, U/ `% m7 F RThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 D# F7 ^: u8 |! Q
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |