copyRangeTo
# U( a' m$ E. ]$ K& d5 F" KUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 l+ n- u" }) x+ {9 T2 w# M" ]
[ J/ d9 N: ~' I. C! K* u$ R$ [* sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 C7 o5 m4 {: Q
" I" D7 @ a, h6 M- R/ c) `1 {5 o
The argument listrange designates the range to be copied.3 s$ b8 i$ L: V4 R3 \
3 V9 l$ B2 v- q- g0 \The argument of data type object designates the target table.1 ~/ H' P' b; S
1 t, h4 ^' ]3 W) W
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" `8 f+ p; X0 m) X, b- \. h7 W& }$ s( B
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
) S, W9 ? C9 W: ?Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |