copyRangeTo
2 H; M6 I! N% z4 _+ }Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ]; b+ c9 ^0 I9 }# k3 }
; m' |" l( `9 {* k6 |* j7 U# VThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
& v/ M7 N6 i$ f3 S, D2 H C$ Y+ L! C6 I
' h! q) C2 c9 l- P0 [6 y- [# XThe argument listrange designates the range to be copied.' S& h" g5 r# [, I3 r# I) V
7 s) U& i9 Z4 U9 {+ i* r! ^: ?
The argument of data type object designates the target table.
3 p5 d! U' w# |3 _
0 Q c% f0 s' E S Q+ ~9 p! u/ S% MThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" [+ g9 y4 Q/ v; N9 o
" l; Z: L t: g+ n$ s, `, j4 R* zThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: u# u# A: p6 sExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |