Hello, another question... When I declare public constaint in module (or class...) for example: <pre> public const XXX as integer = 0 </pre> I can access that only within module, not outside. is there any solution? Thanx, Teri