All Forums >> [Scripting] >> WSH & Client Side VBScript >> output parameters from a com object method Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
In a vbscript we call a method of a com object, there are output parameters in this method, and these parameters are not updated as they should be, here is the sample code :
If none of these work, please post the exact error message(s). Also, please state the signature of the ProcessXMLData method... it might have a bearing on the problem and its solution.
Stop searching ! Well, it would seem that the VB(6) method ProcessXMLData could effectively update the output parameters if it would declared these parameters as Variant, as it's not the case it can't work. This method is part of a software that we can't modify.
The call of this vbscript was done to avoid bugs of this software...