Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!vtserf!cohill From: cohill@vtserf.cc.vt.edu (Andrew M. Cohill) Newsgroups: comp.lang.smalltalk Subject: adding instance variables to a class Keywords: instance variables new classes Message-ID: <1356@vtserf.cc.vt.edu> Date: 23 Mar 90 21:26:27 GMT Reply-To: cohill@vtserf.cc.vt.edu.UUCP (Andrew M. Cohill) Organization: Virgina Tech, Blacksburg, VA Lines: 5 I am struggling with Smalltalk/V, and I am continually stymied because I do not seem smart enough to specify all the instance variables that I need for a class definition at the time I create the class, and you can't seem to add them once the class has been defined. Is this a common problem? Or am I just dumb?