Hi,

I have to call a function via ActiveX whith the following interface
object.Call(paramName, paramVals)
where
paramName: array of strings by ref
paramVals : array of variants by ref

How can I do that, when paramVals i.e. is an array of strings ?

I tried it in the following way but without effort.
oViLogPrint.call(["strEntry","Error"],["Hello World"])
but it doesn´t work.

Has someone a plan for that ?

BTW: That´s one function of the LabVIEW ActiveX interface

Thanks,
Martin
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to