Re: Is there a shorter syntax for calling a method from a method in

2017-01-27 Thread dean
Hi Alex That's great...thank you very much. Best Regards Dean On 27 January 2017 at 06:53, Alexander Burger wrote: > Hi Dean, > > > i.e. I'm calling m1 from m2 using the same syntax as calling methods > > externallybut just replacing *Obj with This. > > Yes, that's

Re: Is there a shorter syntax for calling a method from a method in

2017-01-26 Thread Alexander Burger
Hi Dean, > i.e. I'm calling m1 from m2 using the same syntax as calling methods > externallybut just replacing *Obj with This. Yes, that's fine. > No problem if not butIs there a shorter way e.g. like (: member) > instead of (get This 'member) Yes, (: member) is the same as (get This

Is there a shorter syntax for calling a method from a method in the

2017-01-26 Thread dean
i.e. I'm calling m1 from m2 using the same syntax as calling methods externallybut just replacing *Obj with This. No problem if not butIs there a shorter way e.g. like (: member) instead of (get This 'member) (class +Clss) (dm T ()) (dm m1> () (setq Res 4)) (dm m2> (Arg2) (+ (send