Page 1 of 1

ActiveX : How can I pass parameter as Address ?

Posted: Thu Mar 30, 2006 5:02 pm
by Milan Mehta
Hello All,

How can I pass parameter as address ? Putting @ sign in front of variable name do not seem to work.

Can anyone guide me ?

TIA
Milan.

Posted: Thu Mar 30, 2006 6:33 pm
by Antonio Linares
Milan,

What type of parameter value do you need to supply by address ?

Posted: Fri Mar 31, 2006 4:18 am
by Milan Mehta
Antonio Linares wrote:Milan,

What type of parameter value do you need to supply by address ?
I need to pass character string.

Milan.

Posted: Fri Mar 31, 2006 7:18 am
by Antonio Linares
Milan,

There is no need to use @ as strings are passed by address (reference) always.