Hi Jan,
No mystery, just a few subtle things wrong. Remember that MyEnum.BIM is always
just a symbol, while (MyEnum.BIM) is a function that returns the object BIM in
the enumeration MyEnum (given that you've imported MyEnum). The version of the
program with enums should NEVER use a bare "MyEnum.BIM" without the
parentheses. The slightly modified version below works as you'd expect
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [email protected]'
in the BODY of a message to [email protected], NOT to the list
(use your own address!) List problems? Notify [email protected].
--------------------------------------------------------------------