A
Albert
Hi guys,
hope someone can help me out here.
Got two dll's
dll1 and dll2
this one works
dim myObj as dll1
dim myObj2 as dll2
dim iInt as integer
iInt = dll1.somefunction
Ok now what I want
dim sString as string="dll1"
dim myObj as sString <------ No good
How do I get this to work?
hope someone can help me out here.
Got two dll's
dll1 and dll2
this one works
dim myObj as dll1
dim myObj2 as dll2
dim iInt as integer
iInt = dll1.somefunction
Ok now what I want
dim sString as string="dll1"
dim myObj as sString <------ No good
How do I get this to work?