Hello,

As subject. The following sample will not show the Self variable in the 
Monitor->Local menu option when compiled with -b option:

/* start prg code */
#include "hbclass.ch"

FUNCTION Main

  t := Test1():New( 1 )

RETURN NIL

CLASS Test1
  DATA v
  METHOD New
ENDCLASS

METHOD New( p1 ) CLASS Test1
  AltD()
  ::v := p1
RETURN Self
/* end prg code */


best regards,

Teo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to