Hi all,
I have a string containing the name of a variable :
'---------------------------
Dim strVarName as string
Dim intNeedValue as integer
intNeedValue = 1234
strVarName = "intNeedValue"
'---------------------------
This is sort of a bad exemple but you get the point. I want to...
Hi all,
How can i insert a reference to an non-COM librairy. I wish to use some functionnality of the tlbinf32.dll librairy but I can't do a server.createobject on it and I can't find out how to include a reference to that librairy.
Thanks.
Hi all,
Does anyone knows if i can loop through the properties of an object without hardcoding the name of the properties (Example that doesnt work : FOR EACH properties IN object.properties ... NEXT)
And this object is a COM object. So I know how to do it with ADO object but not with a COM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.