copyRangeTo % A3 e+ R/ [7 j) ], D# }1 V& U! _
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 5 R4 R6 x4 n1 u
/ y) B- Z, V# ?' r( n- o# S
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 O$ ?% P; h. A% K0 m5 U3 r f
! f" B% r8 q, L9 Y
' ~$ l0 S% c. s8 v1 S/ O; b) |The argument listrange designates the range to be copied.; R* y+ M- h7 U
6 f$ E5 @: l6 N5 u1 h% |The argument of data type object designates the target table.
- ^, t9 J6 Y; D& i5 f
! C6 D/ Z! z' i, zThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) \. a' p( e/ D7 L
- z5 [1 ~/ I( V% v4 R% U. O
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 1 j; z' H, d) X7 R5 j
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |