re:Find objects

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

re:Find objects

David A Smith
Sorry about the late reply, but I don't think I have been seeing all of these messages as they go by. I updated my list contact info to my newest email addresses, so hopefully I will see these in the future.

This looks correct. I would check the #new: that you wrote to ensure that the argument is actually being passed to the new object. Presume it looks something like:

class method
Red>>#new: name

tcube := self new.
tcube objectName: name.
^tcube.