copyRangeTo
7 P( |1 l a( b0 kUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ l, R. i7 M h1 r& y0 i1 N$ v
3 T) a5 y; m$ r) lThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
& [0 ` ^. E. H! V, v
3 e- Q/ r/ N! Q9 K6 n R, Z$ c, @! D* C) j5 N2 O
The argument listrange designates the range to be copied. o: C9 ]% A/ x! x6 Z6 N6 ~* W
# Z2 Q3 v8 F. S+ b; V+ @* PThe argument of data type object designates the target table.. B* a" a4 b$ U+ \0 Q4 s' v0 @( s
$ M. Z- q& |$ P) p2 `# q- L9 ^
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
0 J0 a# E% D8 n7 j v8 i2 Q1 h; |# o$ X1 _& _, J8 q6 B
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ A6 i' V3 k# X0 |& p: {; k- p! {: d
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |