* source/rtl/tbrowse.prg
! fixed method setrowpos to return ::nrowpos insted of self. Reported on
xharbour portuguese new by Jose Claudio
Regards
Luiz
--
Come build with us! The BlackBerry® Developer Confere
Patrick,
It's not a bug, simply change to:
myTest "two" Self:n2:=1
This is because : is a continuation token in Clipper PP.
Ron
--
From: "Patrick Mast, xHarbour."
Sent: Tuesday, September 29, 2009 1:34 AM
To: "xHarbour Developers Mailin
Hello,
Please try this small test:
//
#include "hbclass.ch"
#command myTest ;
=> ;
Test()
CLASS Test1
METHOD Init()
DATA n2
ENDCLASS
METHOD Init() CLASS test1
myTest "two" Test(::n2:=1)
myTest "two" ::n2:=1
RETURN Self
F
3 matches
Mail list logo