Page 1 of 1

parameter in function working in (x)harbour

Posted: Wed Jan 16, 2008 12:01 am
by norberto
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

Posted: Wed Jan 16, 2008 4:44 am
by nageswaragunupudi
This has always been working for me in xharbour and i am extensively using it.

Re: parameter in function working in (x)harbour

Posted: Wed Jan 16, 2008 6:53 am
by Manuel Valdenebro
norberto wrote:this works fine in 16bits, but in (x)harbour generate an error, how to skirt this situation?
I confirm it is working for me in xHarbour.

Regards

Posted: Wed Jan 16, 2008 9:10 am
by Antonio Linares
Norberto,

What error do you get ?