copyRangeTo . [6 K7 R+ _, ] B7 Y% T
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 2 p! Z6 e& P4 q
( K' Q- z, x3 U0 s! pThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
! d& B' E+ w3 J# s- W( n) i- I
- |) K! c* _8 q6 n9 H6 K2 }0 L8 o- ^
! \. C; B1 E9 x& F' X1 yThe argument listrange designates the range to be copied.' w6 v, _/ v. g- i6 m1 c. V
& D+ S( |, h$ n# H% V& [
The argument of data type object designates the target table.
# v2 a8 L$ T/ ^9 P+ e9 k, I H! Y2 b
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ! l. N+ w0 I0 u$ W; r$ x
; [! B" ?4 y% ], [& A- }) xThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 M: h" _+ ^! Q
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |