copyRangeTo $ q" S! q$ \0 T; C0 v& I& O- k5 ~- F( b
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * J9 ~ h9 W7 A/ l; `3 F. x b
# y; g- K- J* n9 I: v; d$ W3 N% z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
* Y4 B' B, _9 T* s7 t- E; @( i. A7 c# ^5 H. }* e7 N9 E O
: d: Y5 U% x. o$ n5 D3 C
The argument listrange designates the range to be copied.
; F3 w* p9 r: w4 X, Q6 u# [- p' { x0 K! I5 w
The argument of data type object designates the target table.9 ~: ^- c; n, j O8 T
+ g: y W, o5 r
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% l: }7 k" q8 C) h" h1 c6 h
' y2 B$ t. u$ }% y) }1 lThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
1 B! k% D& y* @, Z6 P: RExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |