Deleting Objects in v15
In JSL I can define a class and use it as a template to instantiate objects. How do I delete the object? I've been using the message deleteClass, assuming its a slight misnomer and really it's deleting the object. But in version 15 it really does seem to delete the class. Once I use the message I'm unable to create any further instances of the class. I can use a delete message but I think...
David_Burnham