Hello everyone
Has anyone solved the following compilation error in xHarbour:
Error E0047 Code Both block contains macro and declared symbol
I tried to get the line that produces the error in a small test program
DbEval( {|| nRet ++ }, {|| .not. Deleted() } )
but in that case the compilation is successful.
thank you