>Hi Toninho,
>
>No problem at all, compiler will create a function combined from your method
>name and your class name, so no conflict.
>
>Regards,
Thanks for your information,
Best regards,
Toninho.
__
Faça ligações para outros computadores com
:05
À : harbour@harbour-project.org
Objet : [Harbour] Doubt about METHOD and MESSAGE
Hi ppl.
There are any problem to declare a METHOD name with the same name of
an internal Harbour function ? For example:
---cut---
METHOD RecNo()
METHOD RecNo() CLASS myClass
return ( ::nArea )->( RecNo()
Hi ppl.
There are any problem to declare a METHOD name with the same name of
an internal Harbour function ? For example:
---cut---
METHOD RecNo()
METHOD RecNo() CLASS myClass
return ( ::nArea )->( RecNo() )
---cut---
TIA and best regards,
Toninho.