Benoit, I have a module 'mod1' with PUBLIC CONST my_const AS INTEGER = 300 When I code in a class, for example... x = y * mod1.my_const When I type the 'period' after mod1, the list of objects displays in a small list, the constant does not show in the list. -Fernando