G
Guest
Problem: When I try to print a variable in the Immediate Window (ie "? mststSwitch"), the immediate window indicates that it is nothing. But, if I put a "MsgBox(mststSwitch)" at the same breakpoint, it indicates that the value (correctly) contains a "T". Why does the Immediate window indicate that the variable is empty when it isn't
Background: Running VB.NET 2003. Component with the "nothing" variables uses EnterpriseServices. The variable is declared at the module level
Any help will be greatly appreciated!
Background: Running VB.NET 2003. Component with the "nothing" variables uses EnterpriseServices. The variable is declared at the module level
Any help will be greatly appreciated!