hi, i have an old code, using @ in parameters in functions, like:
test(x, y, @z)
this works fine in 16bits, but in (x)harbour generate an error, how to skirt this situation?
this @ is used to change vars in functions called.
thanks
hi, i have an old code, using @ in parameters in functions, like:
test(x, y, @z)
this works fine in 16bits, but in (x)harbour generate an error, how to skirt this situation?
this @ is used to change vars in functions called.
thanks
This has always been working for me in xharbour and i am extensively using it.
norberto wrote:this works fine in 16bits, but in (x)harbour generate an error, how to skirt this situation?
Norberto,
What error do you get ?