deleting an object
deleting an object
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- unfittoprint0
an object createad as a public/private var cannot be deleted.
Then again, why should it be deleted? it's part of the class. However you can reset its value to undefined/null.
if you're writing you own classes you can create objects that live only within your class methods scope [altough its not good policy to make them available to the 'public'].