Hi Przemek,

I'd like to avoid replicating the function name
in every hb_errRT*() calls, since it's consuming
string space, is a PITA to type in, and it's just
another thing to mistype. So, I've noticed code
which uses &hb_errFuncname instead. Is this safe
to use by external code (contrib)?

Wouldn't it be even better to just pass NULL,
if we want to use the currently executed Harbour
function name? This might be more MT friendly
and even less typing.

Brgds,
Viktor

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

Reply via email to