P
phx
I have to collection that stores the items from the same class. I want to
copy the items of the second collection to the first one , and empty the
second.
first.clean()
first=second
second()
causes an error in the program , it seems when i clear the second one , alse
referances in the first one also empties. Anyway to clone these?
thank you
copy the items of the second collection to the first one , and empty the
second.
first.clean()
first=second
second()
causes an error in the program , it seems when i clear the second one , alse
referances in the first one also empties. Anyway to clone these?
thank you