On Fri, 10 Jun 2011, Eduardo Fernandes wrote:
> The Value() method declared with inline
> statement is not recognized by xHarbour when
> called via message.
>
> METHOD Value() INLINE ::nVal
> MESSAGE Result METHOD Value

MESSAGE command is a preprocessor's shortcut
instead of an internal functionality. It's
somewhat like:

METHOD Result INLINE Class_Value()

Atte.
  Vic

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to