blearyeye4
13 years agoOccasional Contributor
Object does not exist
I have the following in a JScript:
var chkUvbSecondary =Aliases....chkUvbSecondary;
where Aliases....chkUvbSecondary forms a path to the object. When I put a breakpoint after this statement and inspect the variable, it shows that it does not exist. However, I know that it in fact exists at the point. I can use Object Spy, for instance, look at it and see its properties. What would be causing this to happen?
var chkUvbSecondary =Aliases....chkUvbSecondary;
where Aliases....chkUvbSecondary forms a path to the object. When I put a breakpoint after this statement and inspect the variable, it shows that it does not exist. However, I know that it in fact exists at the point. I can use Object Spy, for instance, look at it and see its properties. What would be causing this to happen?