HomeTipsWhat happens when you assign one array to another using the assignment...

What happens when you assign one array to another using the assignment operator?

What happens when you use the assignment operator to connect two arrays? Elements are copied to new locations in memory. Both arrays are transformed to value type data components and correspond to the same memory addresses, resulting in an error notice.

What does an array allow you to do?