Article # 672, added by Geoworks, historical record
| first | previous | index | next | last |

Alternative Swat command to "pclass".



Q. Currently, if I want to find out the class of an object whose
   subclassed-method I am in, I do the following:

   => print oself
   @299: oself = 6950h:0030h                 
   => pclass ^l6950h:0030h
   FrameComponentClass
   =>

A. Try using "p optr oself" instead, that should do it.