Viktor Szakáts wrote:
It would have been enough to add return values 'Self', as
you planned in a previous e-mail.
I did not try to recompile everything first so I felt it best to fix the mistakes I made, change the methods, recompile harbour, and then upload.

In your opinion, if the intent of the method is 'finalize' or destructor' is a "return nil' acceptable?

'RETURN NIL' is equivalent (in practice) to PROCEDURE
behavior, so it's the safest way to convert current
plain RETURNs. Basically they will work just as before.

For desctructors it's also expected behaviour.

I'm not sure what do you mean by 'finalize' though,
but returning NIL is safe anyway.

Brgds,
Viktor

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

Reply via email to