copyRangeTo
+ B4 h- B$ g0 {4 @4 gUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 U) B8 r# y( o
1 L% ]' `& y4 }- v$ S
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 O: j+ Z2 y5 P1 U* V$ ]9 ~# V7 |2 q6 q4 X4 `4 M
) I0 b- E; r9 h$ oThe argument listrange designates the range to be copied.
. W: p0 v" Z% J/ E \
; P( n) ?5 a4 W- iThe argument of data type object designates the target table.
( C, K7 u& [8 X0 w
5 l" L4 H w3 z, h% mThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
2 R- N. \2 H- h
2 ^5 Y. H) ?% _, x$ n% ~! _* ~The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 e, r8 g4 B7 X! `' M4 m, v
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |