copyRangeTo
9 Q0 L7 [. ~# t5 {9 f RUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); : a) e/ e% P0 M! Y$ s) U
' g8 A: W) r. r1 bThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. P1 ]+ T( k* m" n# s7 y% G$ k- `4 W' D/ F- @3 a( O; V4 F
# M; J1 ?1 T# O" G0 f5 L% eThe argument listrange designates the range to be copied.
% ~& [4 w1 D5 ~- g/ g0 H: g% |* t/ e5 }: X: S7 ?; {
The argument of data type object designates the target table.
5 @$ i# c$ F/ b" N7 B1 ]1 s& O5 S( c/ a2 N0 u4 v$ v! }. q1 j
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 8 }- D. A' S$ R+ Y
+ Y) i0 y& v" \+ cThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 A0 d2 `) M, B+ a; L" E' e. ^
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |