Make ArrayOne = ArrayTwo
What do I have to do to allow this statement to compile. I want to assign
all the elements in one array to the other array. Obviously the "long" way
would be to assign element by element, but is there a faster way?
Let ItemDataTmp() = ItemData()
|