copyRangeTo
# v, }9 w4 \* E/ iUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) ~ x/ A- r d' }: W- Q+ d
# l C" |+ \1 U d" d: K. FThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. : P) H& N, v& E r) ~& W4 \
7 v2 N) [$ _% K3 W9 d( V
1 L3 n4 w! M: l9 T* r qThe argument listrange designates the range to be copied.
& P& n8 D8 g% }" l/ m s# C) }4 h. O$ f/ A. n: {. D( D, f5 A
The argument of data type object designates the target table.
- J# a+ K% a z1 t! u$ b, x
' R8 T' u* T" }( v, OThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. , P1 l h# c8 o" {
5 b: B/ l H: ?$ y5 ?0 L5 E5 x& Y
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
" j2 z) v8 F; JExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |