S
Sam Clark
The following code puts a structure location in an array field:
XrefArray(i) = "ArrayIn(i).Field" & RefText.Substring(NumStart + 1)
--------------------------------------------------------
Array(i).Field1 is the value now assigned to XrefArray(i)
--------------------------------------------------------
How can I now assign the value in this array and,
therefore, the value in ArrayIn(i).Field1 to another struct?
OutputArray(i).Field1 = XrefArray(i)
Or can I?
Thanks for any help.
XrefArray(i) = "ArrayIn(i).Field" & RefText.Substring(NumStart + 1)
--------------------------------------------------------
Array(i).Field1 is the value now assigned to XrefArray(i)
--------------------------------------------------------
How can I now assign the value in this array and,
therefore, the value in ArrayIn(i).Field1 to another struct?
OutputArray(i).Field1 = XrefArray(i)
Or can I?
Thanks for any help.