parameter in function working in (x)harbour

Post Reply
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

parameter in function working in (x)harbour

Post 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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post by nageswaragunupudi »

This has always been working for me in xharbour and i am extensively using it.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Manuel Valdenebro
Posts: 706
Joined: Thu Oct 06, 2005 9:57 pm
Location: Málaga-España

Re: parameter in function working in (x)harbour

Post 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
Un saludo

Manuel
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Norberto,

What error do you get ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply