Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Microsoft Data type 'Collection' in PB

Status
Not open for further replies.

ElykYoung

Programmer
May 5, 2004
1
US
I have a windows dll (written in VB so its a com object) that returns and data type 'Collection'. How do I get the values out of the data type?
 
As u said its a VB dll.... and u wd know the return type is a collection object..

in case u know the datatype then u cd use it...else u could fetch the values into ANY datatype.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top