Hi guys,<BR><BR>The VB project from hell is getting worse, as I just inherited a former teammate's code. It's a mess, and even though I'm not much of a VB programmer, I get to fix it ...
Given the following code in one DLL:<BR><BLOCKQUOTE><font size="-1">code:</font><HR><pre><BR>Dim sData() As String<BR>...<BR>Dim myObj1 As OtherDLL.OtherClass<BR ...