copyRangeTo 9 B. n5 i% ~3 Y8 S
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); " p0 i& S: F& C" [. m+ L* c5 V4 B
L! r0 Q: E! F7 V8 W
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( Y1 p, i( _7 F8 S
+ z) Z7 f$ h% k9 P8 O
4 D% d# y. X( X# HThe argument listrange designates the range to be copied.: X( _; U* Z4 l
- x) V) C9 h; c" m. tThe argument of data type object designates the target table.! X0 C7 N. S$ {0 l" g
: @# A3 F! a. Q3 _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ( J& W8 C8 b( a7 A0 U4 u
) I- o& P' B j; h" {5 T. DThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 j D. w. ~; c4 A: b1 C" X
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |