|
-
January 27th, 1999, 06:48 PM
#1
calling ActiveX control method from VBScript that takes an out parameter.
I am trying to call an ActiveX control method from VBScript. The code looks like this.
MyControl.GetNodePosition theNode, PosX, PosY
Mycontrol would set the values of PosX and PosY. This function call works fine in VB but in VBScript this causes a type mismatch error.
I understand that the modification of argument is not allowed in VBScript. Does this mean that this ActivX control methods are unusable in VBScript?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|