copyRangeTo 9 V1 Z7 w% i# m" C; W# I( e$ ]
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * N- G- k; |5 j; n) ]8 |# F
( @; H1 @, a$ z, k! y* }6 Y: uThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. & B+ s. c) D) v; z5 o
5 v5 z% ^2 O- g1 n- H) x, X( N
5 `( n! t, x! t9 n( GThe argument listrange designates the range to be copied.+ o, x1 O1 G B, K a% r
/ L4 Z, N j, X; i5 d: P9 a# JThe argument of data type object designates the target table.
$ K2 G. q# L- Z9 o* {
. d7 u# q' k& i6 F& C- ?The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & F; [$ m, e. ]: \9 O/ |5 ]
& k3 W( R! U% |; Z& N9 I5 A
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. % R' J- e9 G: |
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |