This is my class def: coclass 'Myclass'
create=: verb define px=: 0 ) movex=: verb define px =:y ) However, when I create an instance , I can call create__obj no problem, but always movex__obj 2 Gives me a value error (for any y argument). This seems to indicate my movex function has a problem, but I cannot find any errors. Any help appreciated. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
