parameter in function working in (x)harbour
Posted: Wed Jan 16, 2008 12:01 am
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
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