Hi Tom, > Thanks for pointing out the error. It's interesting that a duplicated type declaration like that would throw an error, even though the types match correctly.
It's just a violation of the compiler's rules. What you were doing is 'against' the language specs. Mike -- Teoti Graphix, LLC http://www.teotigraphix.com Teoti Graphix Blog http://www.blog.teotigraphix.com You can find more by solving the problem then by 'asking the question'.

