I've found this article: http://www.developerfusion.co.uk/show/2929/2/ Which I thought it would be the answer for my problem. However, after implementing that solution, I'm still stuck. I have a little doubt with the collection. The items I'm adding to a collection are:
Which are member variables which can be accessed through public properties. The question is, should I add a soft reference into the collection or can I just add the object itself?VB Code:
Private iColumn As Integer Private iLine As Integer Private iGroup As Integer Private bValueSet As Boolean Private n_txt As Long 'This was defined as object -> Now, soft referenced Private n_pct As Long 'This was defined as object -> Now, soft referenced Private iValue As Integer Private sPerColumn As String Private sPerLine As String Private sPerGroup As String Private sMissing As String




image).
Reply With Quote