40><span class="arrow" style="padding-left: 0px;">►</span><TT><B>from</B></TT><span style="color: #c4c1c0;">       Handle to the field function that should be copied from</span></button>
41<div class="content" style="display: none;">
42 <p><I>type=</I><span style="color: blue;"><TT>INTEGER</TT></span>. Handle to the field function that should be copied from.
43</p>
44</div>
45
46<button type="button" class="droppy2" style=
47"
48background-color: #edf0f5;
49color: #9373A5;
50cursor: pointer;
51border: none;
52text-align: left;
53outline: none;
54font-size: 15px;
55margin: 2px 2px;
56border: 2px solid #687372;
57display: block;
58width: 100%;
59vertical-align: middle;
60padding-top: 4px;
61padding-bottom: 0px;
62"
63><span class="arrow" style="padding-left: 0px;">►</span><TT><B>to</B></TT><span style="color: #c4c1c0;">       Handle to the field function that should receive the result of the operation</span></button>
64<div class="content" style="display: none;">
65 <p><I>type=</I><span style="color: blue;"><TT>INTEGER</TT></span>. Handle to the field function that should receive the result of the operation.
66</p>
67</div>
68
69</div>
70\endhtmlonly
71
72## Optional Input parameters
73\htmlonly
74
75<div style="display: block;">
76<button type="button" class="droppy2" style=
77"
78background-color: #edf0f5;
79color: #9373A5;
80cursor: pointer;
81border: none;
82text-align: left;
83outline: none;
84font-size: 15px;
85margin: 2px 2px;
86border: 2px solid #687372;
87display: block;
88width: 100%;
89vertical-align: middle;
90padding-top: 4px;
91padding-bottom: 0px;
92"
93><span class="arrow" style="padding-left: 0px;">►</span><TT><B>from_components</B></TT><span style="color: #c4c1c0;">       List of component numbers that need to read from</span></button>
94<div class="content" style="display: none;">
95 <p><I>type=</I><span style="color: blue;"><TT>ARRAY</TT></span>. List of component numbers that need to read from. If this parameter is supplied then"to_components" also need to be specified (and vice versa) and they need to be the same length. If neither are supplied, all components are copied.
117><span class="arrow" style="padding-left: 0px;">►</span><TT><B>to_components</B></TT><span style="color: #c4c1c0;">       List of component numbers that need to be written to</span></button>
118<div class="content" style="display: none;">
119 <p><I>type=</I><span style="color: blue;"><TT>ARRAY</TT></span>. List of component numbers that need to be written to. If this parameter is supplied then"from_components" also need to be specified (and vice versa) and they need to be the same length. If neither are supplied, all components are copied.