Help!Thanks
hi there,
I have a simple question. If I have two vectors, V1 and V2. If I want to give the values in V2 to V1, I use V1=V2. But at this time, V1 and V2 use the same reference. If I clear V2, the values in V1 are also cleared. So what should I do to keep the values in V1, and at the same time clear V2? Thanks so much!

