Yuvaraj Athur Raghuvir wrote: > I used the dyad copath to change the path of the locale. But I am > not seeing the effect at the instance level.
When you create an object, you use the path of the class to initialize the path of the object. (You can see this when you examine the definition of conew -- the line 'coinsert__obj c' does the work.) That said, once you create the object, its path has an independent existence from the path of the class. In other words: use copath dyad on the object, not on the class, if you want to see the effect at the instance level. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
