copyRangeTo
6 h9 z& A4 L) U$ w! J! f; I: e9 O8 HUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
; h0 j3 `7 T9 e" S! f
' V$ u/ b5 \ a8 n' nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. " }% T2 H1 A" U
: b0 N A9 i. a& |0 Q
1 M9 e* @& W; a4 S a3 fThe argument listrange designates the range to be copied.
0 \) `$ e8 {9 l+ B: A* K* u# J/ o
1 o- o L' \" a' E9 [& u2 T8 qThe argument of data type object designates the target table.
$ P* N% R% V, i% k A, K+ I6 k3 w
_0 k/ l# ?2 P; ?# B$ p1 h9 t) l% _The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
p2 k. f" p, ?1 ?: b$ j2 [' n8 t+ N8 {8 H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
/ t! q: S. X; S$ C' ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |