copyRangeTo
# b1 U6 D$ S$ B' C/ e, [+ gUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & Z4 j3 {% {( G* T' F
/ @9 Z% J) V3 m3 b% e @& R4 H4 kThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ P i& n' G5 q
3 N- v, C# W* s' W T! n$ d0 X9 z0 b$ q. i7 D; `! ~. Q
The argument listrange designates the range to be copied.9 m& l* S) h7 k) t/ y4 a
! b# d9 z8 c0 o6 I4 w! [$ Q
The argument of data type object designates the target table.+ o& @/ _ w7 c6 y }. z' B
( V' i6 g5 J( I9 ~4 `) y) t
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. * W2 T% m5 d/ |" I8 b
* \) H) C) X! R$ ^
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 i5 X, ^0 E. _' f6 Q: {6 s
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |