copyRangeTo 5 q3 X; l" b$ B: t. l2 C; C' | x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 M4 P' c4 i& Y" d6 {/ B) q: Q- E+ z5 l/ N. e6 V9 ]* @ W, r
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
3 s1 }% V0 v( P- e( Y6 A$ b
% h* @( \% n+ |- ^7 L3 u8 v
- r; s2 i( q0 e, z0 F" x3 l- c8 }The argument listrange designates the range to be copied.& _5 d$ k! u( I% F1 T9 W, }
5 u* H! j: y, Z5 cThe argument of data type object designates the target table.
' y$ H/ C+ J: Z
1 H; ~' [. Y Z) i+ g% oThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 |' K; p1 f6 A- A* @6 C* q
: C4 j) v% ~ V: WThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 h# ^( z0 X4 F% ^2 ?) ^Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |