On Fri, 13 Mar 2009, Juan Gálvez wrote:

Hi,

> I think extended codeblocks don't work inside block methods and I wonder if 
> it's a well-known and expected behavior.
> CLASS MyClass
> ...
> METHOD lMyMethod( xArg ) BLOCK <|Self, xArg|
>                                                                ...
>                                                                RETURN .T.
>                                >
> ...
> END CLASS

I think they work. It's enough to use extended codeblocks ;-)
   {||
      ...
      RETURN .T.
   }
not:
   <||
      ....
   >

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to