B
babu17
hi,
i have an asp page which creates a object using server.createobject and
uses its method.
example:
set obj1= server.createobject("test.test") ' test is a dll
tmp = obj1.method() ' it returns a BSTR string.
i want to display tmp in HTML. when i tried to print tmp like
<font><%=tmp%></font>
i get some garbage value.
any idea.
thanks
i have an asp page which creates a object using server.createobject and
uses its method.
example:
set obj1= server.createobject("test.test") ' test is a dll
tmp = obj1.method() ' it returns a BSTR string.
i want to display tmp in HTML. when i tried to print tmp like
<font><%=tmp%></font>
i get some garbage value.
any idea.
thanks