Why is it that I cannot test the value of my enumeration variable before I assign to it?
You've declared it to be 'out'. That's output, not input. You want 'ref' if you want bi-directionality. At that point, we can start asking questions along the lines of "why aren't you using an object model with a property you can set?", or whatever. AFAIK, this behaviour hasn't changed. John =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
