copyRangeTo
0 M+ C( d G& s3 S; i* N0 y+ J9 qUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 {1 ?1 g* t3 z) |$ u8 {. T
! f0 V# E" X( @! G2 b, [ J
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - D" E: E4 Q3 Y
" q4 K U6 g. s A# ~0 @: R. X
4 ?( P; ^2 B2 C! o) c3 qThe argument listrange designates the range to be copied.4 c4 K e5 a- \% p, T# r
. r8 m8 o9 S! l9 [4 u) b3 f* U9 IThe argument of data type object designates the target table.9 \" b2 u3 T3 A
1 O8 C4 S a+ \6 V
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. : L8 X( x3 E% N. L6 B3 X
+ N8 o# \+ ^# l# L" uThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. M: S2 k0 l9 B+ MExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |