02.06.2011, 16:52
new object1;
object1 = CreateObject(arguments);
You need to store them in a variable, then delete the object.
DestroyObject(object1);
object1 = CreateObject(arguments);
You need to store them in a variable, then delete the object.
DestroyObject(object1);