|
-
Jun 14th, 2004, 08:59 PM
#1
Thread Starter
Hyperactive Member
new object thats a copy of old object [resolved]
im trying to get an object from a collection and use it somewhere else
in the somewhere else that im useing it the object will be changed some. but i dont want it to change the object in the collection
it seems like i should just be able to say somehting like
dim obj as new object
obj = collection(1)
and the object in the collection wouldnt change when obj is changed but it still does
how can i stop it from changeing
Last edited by dogfish227; Jun 15th, 2004 at 11:15 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|