Hi,
i have a problem: i've created a Public Enum in a module and declared some variables of this type, my problem is that whenever i want to set/check the variable for the Enum value name it changes it's letters (in the Enum declaration)
i.e. if i wrote: Public Enum... MyConst=3...
and later i write: if MyVar=myconst, MyConst turns to myconst.
how can i override that?

----------
The @host is everywhere!
----------