Results 1 to 7 of 7

Thread: new object thats a copy of old object [resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    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
  •  



Click Here to Expand Forum to Full Width