Link to home
Start Free TrialLog in
Avatar of philipdesmet
philipdesmet

asked on

function parameter return with ActiveX exe

How can a method used in a VB client connecting to an VB 5.0 Automation server get back a changed parameter?
I defined e.g. in the  Server where Version is passed ByRef:
Public Function GetVersion( Version As String) As Long
  .. changes Version  ...
call in the Client:
MyAppl.GetVersion ( Version )

but Version is not changed !
ASKER CERTIFIED SOLUTION
Avatar of GeddyWaring
GeddyWaring

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial