Hi,

When I assign a variable to a class:

ie. Dim myIniFile As IniFile

and when hover over myIniFile, it displays that ATE2014.IniFile is assigned to that variable.

However, when I compile the code, myIniFile, it displays that myIniFile is assigned to "Nothing"

Can someone shine some light on me what the problem may be?

Thanks