copyRangeTo ; F, {7 E! {8 X$ \6 o
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
8 b* m; B: o8 l) W% z A& ]. Z) c
: o, D- N5 q8 L' ?- s3 iThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; m- s9 f: R3 S5 F( E7 E' G4 J
& Z2 m3 z" F2 X$ R8 R9 `
* _! c; e7 S* e( P% p, B. H5 OThe argument listrange designates the range to be copied.3 u$ C( z( @- f# E5 U% F
4 y) p5 y- ?0 Z2 X1 xThe argument of data type object designates the target table.
6 \, `' V: R% a* Z' N' q; l# c2 ^8 _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ e7 U! q$ C I5 e' ?- s9 k0 y8 ]! q5 k' _
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 R6 P( s. I" H- t3 ~2 z9 tExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |